2 Synopsis: A Haskell implementation of the WavPack audio compression codec
4 A Haskell implementation of the WavPack audio compression codec: <http://www.wavpack.com/>
8 Author: PHO <pho at cielonegro dot org>
9 Maintainer: PHO <pho at cielonegro dot org>
10 Stability: experimental
11 Homepage: http://cielonegro.org/WavPack.html
12 Category: Codec, Sound
13 Tested-With: GHC == 7.0.1
19 Source-Repository head
21 Location: git://git.cielonegro.org/wavpack.git
24 Description: Build example programs.
30 base-unicode-symbols == 0.2.*,
32 binary-strict == 0.4.*,
37 Codec.Audio.WavPack.Block
38 Codec.Audio.WavPack.Metadata
44 if flag(build-examples)