The hsc2hs package
The hsc2hs program can be used to automate some parts of the process of writing Haskell bindings to C code. It reads an almost-Haskell source file with embedded special constructs, and outputs a real Haskell file with these constructs processed, based on information taken from some C headers. The extra constructs provide Haskell counterparts of C types, values of C constants, including sizes of C types, and access to fields of C structs.
For more details, see http://www.haskell.org/ghc/docs/latest/html/users_guide/hsc2hs.html.
Properties
| Versions | 0.67.20061107, 0.67.20120610 |
|---|---|
| Dependencies | base (4.*), containers (≥0.2 & <0.5), directory (≥1 & <1.2), process (≥1 & <1.2) |
| License | BSD3 |
| Copyright | 2000, Marcin Kowalczyk |
| Author | Marcin Kowalczyk <qrczak@knm.org.pl> |
| Maintainer | cvs-fptools@haskell.org |
| Category | Development |
| Executables | hsc2hs |
| Upload date | Wed Aug 15 16:42:29 UTC 2012 |
| Uploaded by | ThomasDuBuisson |
Downloads
- hsc2hs-0.67.20120610.tar.gz (Cabal source package)
- package description (included in the package)