vorbiscomment-0.0.1: vorbiscomment.cabal
Name: vorbiscomment
Version: 0.0.1
Synopsis: Reading of Vorbis comments from Ogg Vorbis files
Description: This library supports reading of Vorbis comments from Ogg Vorbis files, and
will perhaps support writing of such comments in the future; as well as,
perhaps, reading/writing Vorbis comments to other file formats
(FLAC, Theora, etc).
Category: Text, Sound
License: MIT
License-file: LICENSE
Author: Chris Wagner
Maintainer: christopher.t.wagner@gmail.com
Build-Depends: base >= 3 && < 5, bytestring, binary-strict, mtl, utf8-string
Build-Type: Simple
Cabal-Version: >= 1.4
Exposed-modules: Vorbis
ghc-options: -Wall