]> gitweb @ CieloNegro.org - bindings-CarbonCore.git/blob - bindings-carbon-core.cabal
90e7dd58a7c39c2c692fb02026b14545fe985dca
[bindings-CarbonCore.git] / bindings-carbon-core.cabal
1 Name: bindings-carbon-core
2 Synopsis: Low level bindings to Apple's CarbonCore Framework
3 Description:
4         Bindings to Apple's CarbonCore Framework
5 Version: 0.1
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-CarbonCore.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
19 Source-Repository head
20     Type: git
21     Location: git://git.cielonegro.org/bindings-carbon-core.git
22
23 Library
24     Build-Depends:
25         base         == 4.2.*,
26         bindings-DSL == 1.0.*
27
28     Frameworks:
29         CoreServices
30
31     Exposed-Modules:
32         Bindings.CoreServices.CarbonCore.AIFF
33         Bindings.CoreServices.CarbonCore.AVLTree
34         Bindings.CoreServices.CarbonCore.MacTypes
35
36     C-Sources:
37         cbits/helper_aiff.c
38         cbits/helper_mactypes.c
39
40     CC-Options:
41         -fpascal-strings
42
43     Extensions:
44         ForeignFunctionInterface