The c2hs package
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.
Properties
| Versions | 0.15.0, 0.15.1, 0.16.0, 0.16.2, 0.16.3, 0.16.4 |
|---|---|
| Dependencies | base (2.*), 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-2 |
| 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/ |
| Source repository | darcs get http://code.haskell.org/c2hs/ |
| Executables | c2hs |
| Upload date | Wed Oct 31 21:03:01 UTC 2012 |
| Uploaded by | DuncanCoutts |
| Distributions | NixOS: 0.16.4, Debian: 0.16.4, FreeBSD: 0.16.4 |
Downloads
- c2hs-0.16.4.tar.gz (Cabal source package)
- package description (included in the package)