HCodecs-0.0.2: HCodecs.cabal
name: HCodecs
version: 0.0.2
cabal-Version: >= 1.2
license: BSD3
license-file: LICENSE
author: George Giorgidze
maintainer: George Giorgidze (GGG at CS dot NOTT dot AC dot UK)
homepage: http://cs.nott.ac.uk/~ggg/
category: Codec
synopsis: The library to read, write and manipulate MIDI, WAV, and SoundFont2 files.
description: The library provides functions to read write and manipulate Midi, Wav and SoundFont2 multimedia file formats.
It is written entirly in Haskell (without any FFI).
It uses efficient parsing and building combinators for binary data stored in ByteStrings (based on the one in 'binary' package).
build-type: Simple
extra-source-files: src/Tests/Main.hs
library
hs-source-dirs: src
ghc-options : -Wall -fno-warn-name-shadowing
build-Depends: base, bytestring, QuickCheck, random, array
exposed-modules:
Codec.Midi
Codec.Wav
Codec.SoundFont
Data.Audio
Data.ByteString.Parser
Data.ByteString.Builder
other-modules:
Data.Arbitrary