bindings-DSL: FFI domain specific language, on top of hsc2hs.
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 at package homepage:
http://bitbucket.org/mauricio/bindings-dsl
The extra module Bindings.Utilities will contain tools that may be convenient when working with FFI.
Downloads
- bindings-DSL-1.0.20.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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, 1.0.16, 1.0.17, 1.0.18, 1.0.19, 1.0.20, 1.0.21, 1.0.22, 1.0.23, 1.0.24, 1.0.25 (info) |
|---|---|
| Change log | ChangeLog |
| Dependencies | base (<1000) [details] |
| License | BSD-3-Clause |
| Author | Maurício C. Antunes |
| Maintainer | Maurício C. Antunes <mauricio.antunes@gmail.com> |
| Uploaded | by MauricioAntunes at 2013-10-16T03:11:04Z |
| Category | FFI |
| Home page | http://bitbucket.org/mauricio/bindings-dsl |
| Bug tracker | http://bitbucket.org/mauricio/bindings-dsl/issues |
| Source repo | head: git clone ssh://git@bitbucket.org/mauricio/bindings-dsl -b master this: git clone ssh://git@bitbucket.org/mauricio/bindings-dsl(tag 1.0.20) |
| Reverse Dependencies | 78 direct, 149 indirect [details] |
| Downloads | 43065 total (69 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Successful builds reported [all 1 reports] |