packages feed

hsndfile-0.2.0: hsndfile.cabal

Name:                   hsndfile
Version:                0.2.0
Category:               Sound
License:                GPL
License-File:           COPYING
Copyright:              Stefan Kersten, 2007-2008
Author:                 Stefan Kersten
Maintainer:             Stefan Kersten <sk@k-hornz.de>
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:
                        <http://www.mega-nerd.com/libsndfile/>.
						.
						Changelog and source tarballs can be found at
						<http://space.k-hornz.de/files/software/hsndfile>
Tested-With:            GHC
Build-Type:             Simple
Build-Depends:          array, base, carray >= 0.1.2, haskell98
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