Name: bindings-CoreFoundation Synopsis: Low level bindings to Apple's CoreFoundation Framework Description: Bindings to Apple's CoreFoundation Framework Version: 0.1 License: PublicDomain License-File: COPYING Author: PHO Maintainer: PHO Stability: experimental Homepage: http://cielonegro.org/Bindings-CoreFoundation.html Category: FFI Tested-With: GHC == 6.12.3 Cabal-Version: >= 1.6 Build-Type: Simple Extra-Source-Files: COPYING Source-Repository head Type: git Location: git://git.cielonegro.org/bindings-CoreFoundation.git Library Build-Depends: base == 4.2.*, bindings-DSL == 1.0.* Frameworks: CoreFoundation Exposed-Modules: Bindings.CoreFoundation.CFArray Bindings.CoreFoundation.CFBase Bindings.CoreFoundation.CFCharacterSet Bindings.CoreFoundation.CFData Bindings.CoreFoundation.CFDictionary Bindings.CoreFoundation.CFLocale C-Sources: cbits/helper_CFArray.c cbits/helper_CFBase.c cbits/helper_CFCharacterSet.c cbits/helper_CFData.c cbits/helper_CFDictionary.c cbits/helper_CFLocale.c Extensions: ForeignFunctionInterface