]> gitweb @ CieloNegro.org - bindings-audiofile.git/blob - bindings-audiofile.cabal
Remove c'afSaveFilePosition and c'afRestoreFilePosition.
[bindings-audiofile.git] / bindings-audiofile.cabal
1 Name: bindings-audiofile
2 Synopsis: Low level bindings to audiofile
3 Description:
4         Bindings to audiofile: <http://www.68k.org/~michael/audiofile/>
5 Version: 0.1.0.2
6 License: PublicDomain
7 License-File: COPYING
8 Author: PHO <pho at cielonegro dot org>
9 Maintainer: PHO <pho at cielonegro dot org>
10 Stability: experimental
11 Homepage: http://cielonegro.org/Bindings-AudioFile.html
12 Category: FFI
13 Tested-With: GHC == 6.12.3
14 Cabal-Version: >= 1.6
15 Build-Type: Simple
16 Extra-Source-Files:
17     COPYING
18     NEWS
19
20 Source-Repository head
21     Type: git
22     Location: git://git.cielonegro.org/bindings-audiofile.git
23
24 Library
25     Build-Depends:
26         base         == 4.*,
27         bindings-DSL == 1.0.*
28
29     PkgConfig-Depends:
30         audiofile >= 0.2.7
31
32     Exposed-Modules:
33         Bindings.AudioFile
34         Bindings.AudioFile.VFS
35         Bindings.AudioFile.PVList
36
37     Extensions:
38         ForeignFunctionInterface