c2hs: C->Haskell FFI tool that gives some cross-language type safety
C->Haskell assists in the development of Haskell bindings to C libraries. It extracts interface information from C header files and generates Haskell code with foreign imports and marshaling. Unlike writing foreign imports by hand (or using hsch2s), this ensures that C functions are imported with the correct Haskell types.
| Versions | 0.15.0, 0.15.1, 0.16.0 |
|---|---|
| Dependencies | base (>=2 && <3), filepath, language-c (>=0.3.1.1 && <0.4.0) or array, base (>=3 && <5), containers, directory, filepath, language-c (>=0.3.1.1 && <0.4.0), pretty, process |
| License | GPL |
| Copyright | Copyright (c) 1999-2007 Manuel M T Chakravarty 2005-2008 Duncan Coutts 2008 Benedikt Huber |
| Author | Manuel M T Chakravarty |
| Maintainer | chak@cse.unsw.edu.au, duncan@haskell.org |
| Stability | Stable |
| Category | Development |
| Home page | http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ |
| Bug tracker | http://hackage.haskell.org/trac/c2hs/ |
| Executables | c2hs |
| Upload date | Sat Feb 28 13:33:36 UTC 2009 |
| Uploaded by | DuncanCoutts |
| Built on | ghc-6.10 |
| Distributions | Debian: 0.16.0, Arch: 0.16.0 |
Downloads
- c2hs-0.16.0.tar.gz (Cabal source package)
- package description (included in the package)
