The bindings-DSL package
This is a set of macros to be used when writing Haskell FFI. They were designed to be able to fully describe C interfaces, so that hsc2hs can extract from them all Haskell code needed to mimic such interfaces. All Haskell names used are automatically derived from C names, structures are mapped to Haskell instances of Storable, and there are also macros you can use with C code to help write bindings to inline functions or macro functions. Documentation is available in package homepage:
http:bitbucket.orgmauriciobindings-dsl
This package contains no Haskell code, only C header files designed for hsc2hsc.
Properties
| Versions | 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.14, 1.0.15 |
|---|---|
| Dependencies | base (<1000) |
| License | BSD3 |
| Author | Maurício C. Antunes |
| Maintainer | Maurício C. Antunes <mauricio.antunes@gmail.com> |
| Stability | Stable API, ready for production use. Maintained with care. |
| Category | FFI |
| Home page | http://bitbucket.org/mauricio/bindings-dsl |
| Bug tracker | http://bitbucket.org/mauricio/bindings-dsl/issues |
| Upload date | Wed Nov 11 17:49:44 UTC 2009 |
| Uploaded by | MauricioAntunes |
| Built on | ghc-6.10 |
| Distributions | Debian: 1.0.15 |
Modules
Downloads
- bindings-DSL-1.0.tar.gz (Cabal source package)
- package description (included in the package)