packages feed

hsndfile-0.5.2: hsndfile.cabal

Name:                   hsndfile
Version:                0.5.2
Category:               Data, Sound
License:                LGPL-2
License-File:           COPYING
Copyright:              Stefan Kersten, 2007-2010
Author:                 Stefan Kersten
Maintainer:             Stefan Kersten <sk@k-hornz.de>
Stability:              Experimental
Homepage:               http://haskell.org/haskellwiki/Hsndfile
Bug-Reports:            https://github.com/kaoskorobase/hsndfile/issues
Synopsis:               Haskell bindings for libsndfile
Description:            Haskell bindings for /libsndfile/, a comprehensive C library for reading and writing a large number of soundfile formats by Erik de Castro Lopo (<http://www.mega-nerd.com/libsndfile/>).
                        .
                        For more information on /hsndfile/ visit its homepage at <http://haskell.org/haskellwiki/Hsndfile>.
Tested-With:            GHC==6.8.*, GHC==6.10.1, GHC==6.10.4, GHC==6.12.1, GHC==6.12.3
Build-Type:             Simple
Cabal-Version:          >= 1.6

Extra-Source-Files:
                        ChangeLog.md
                        README.md
                        examples/normalize.hs

Library
  Build-Depends:        base >= 4 && < 5
  Build-Tools:          c2hs >= 0.16.3
  Exposed-Modules:      Sound.File.Sndfile
                        Sound.File.Sndfile.Buffer
  Other-Modules:        Sound.File.Sndfile.Buffer.Internal
                        Sound.File.Sndfile.Buffer.Sample
                        Sound.File.Sndfile.Exception
                        Sound.File.Sndfile.Interface
  Ghc-Options:          -Wall -fno-warn-name-shadowing
  Extra-Libraries:      sndfile

Source-Repository head
  Type:                 git
  Location:             git://github.com/kaoskorobase/hsndfile.git