forked from kaoskorobase/hsndfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhsndfile.cabal
39 lines (36 loc) · 1.75 KB
/
hsndfile.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name: hsndfile
Version: 0.5.1
Category: Data, Sound
License: GPL
License-File: COPYING
Copyright: Stefan Kersten, 2007-2010
Author: Stefan Kersten
Maintainer: Stefan Kersten <[email protected]>
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