#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 "Removed dependency on rsound; moved that bit to its own library.")))