Name: wavpack Synopsis: A Haskell implementation of the WavPack audio compression codec Description: A Haskell implementation of the WavPack audio compression codec: Version: 0.1 License: PublicDomain License-File: COPYING Author: PHO Maintainer: PHO Stability: experimental Homepage: http://cielonegro.org/WavPack.html Category: Codec, Sound Tested-With: GHC == 7.0.1 Cabal-Version: >= 1.6 Build-Type: Simple Extra-Source-Files: COPYING Source-Repository head Type: git Location: git://git.cielonegro.org/wavpack.git Flag build-examples Description: Build example programs. Default: False Library Build-Depends: base == 4.*, base-unicode-symbols == 0.2.*, binary == 0.5.*, binary-strict == 0.4.*, bytestring == 0.9.* Exposed-Modules: Codec.Audio.WavPack Codec.Audio.WavPack.Block Codec.Audio.WavPack.Metadata GHC-Options: -Wall Executable hs-wvinfo if flag(build-examples) Buildable: True else Buildable: False HS-Source-Dirs: ., examples Main-Is: WvInfo.hs GHC-Options: -Wall