info.rkt
#lang setup/infotab
(define name "libvorbisfile")
(define blurb
  '("An FFI for libvorbisfile. With this library, you can read PCM sound data from .Ogg Vorbis files. Works with both (planet gcr/openal) and (planet clements/rsound)"))
(define primary-file "main.rkt")
(define categories '(media))
(define repositories '("4.x"))
(define scribblings '(("vorbisfile.scrbl" ())))
(define release-notes '((p "The docs accidentally required libvorbis-rsound. I want to keep them separate.")))