]> gitweb @ CieloNegro.org - bindings-CarbonCore.git/blob - bindings-CarbonCore.cabal
Use #integral_t whenever possible
[bindings-CarbonCore.git] / bindings-CarbonCore.cabal
1 Name: bindings-CarbonCore
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-CarbonCore.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.Aliases
35         Bindings.CoreServices.CarbonCore.Files
36         Bindings.CoreServices.CarbonCore.Finder
37         Bindings.CoreServices.CarbonCore.MacTypes
38         Bindings.CoreServices.CarbonCore.OSUtils
39         Bindings.CoreServices.CarbonCore.UTCUtils
40
41     C-Sources:
42         cbits/helper_aiff.c
43         cbits/helper_files.c
44         cbits/helper_mactypes.c
45
46     CC-Options:
47         -fpascal-strings
48
49     Extensions:
50         ForeignFunctionInterface