info.rkt
#lang setup/infotab

(define name "Taglib")
(define blurb
  '("Bindings to the Taglib C bindings, which allow"
    "you to read and edit the metadata of popular audio formats"))
(define primary-file "main.rkt")
(define release-notes
  '("1 0: Initial release"))
(define scribblings
  '(("scribblings/taglib.scrbl")))
(define categories '(media))
(define can-be-loaded-with '(all))