Name: hsndfile Version: 0.5.1 x-revision: 1 Category: Data, Sound License: GPL License-File: COPYING Copyright: Stefan Kersten, 2007-2010 Author: Stefan Kersten Maintainer: Stefan Kersten 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 (). . For more information on /hsndfile/ visit its homepage at . 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 && < 4.6, haskell98 < 2 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