name: hsndfile version: 0.3.2 x-revision: 1 category: Sound license: GPL license-file: COPYING copyright: Stefan Kersten, 2007-2008 author: Stefan Kersten maintainer: Stefan Kersten stability: Experimental homepage: http://darcs.k-hornz.de/cgi-bin/darcsweb.cgi?r=hsndfile;a=summary synopsis: Haskell bindings for libsndfile description: Haskell bindings for libsndfile. . Libsndfile is a comprehensive C library for reading and writing a large number of soundfile formats: . . Changelog and source tarballs can be found at tested-with: GHC build-type: Simple cabal-version: >= 1.2 extra-source-files: libsndfile/sndfile.h library build-depends: array, base >= 4.0.0.0 && < 4.4, carray >= 0.1.2, haskell98 < 2 build-tools: c2hs >= 0.15 exposed-modules: Sound.File.Sndfile other-modules: C2HS Sound.File.Sndfile.Buffer Sound.File.Sndfile.Buffer.IOCArray Sound.File.Sndfile.Buffer.Storable Sound.File.Sndfile.Exception Sound.File.Sndfile.Interface ghc-options: -Wall -fno-warn-name-shadowing extra-libraries: sndfile if os(windows) include-dirs: libsndfile