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.orgghcdocslatesthtmlusers_guidehsc2hs.html
Properties
| Version | 0.67.20061107 |
|---|---|
| Dependencies | base |
| License | BSD3 |
| Copyright | 2000, Marcin Kowalczyk |
| Author | Marcin Kowalczyk <qrczak@knm.org.pl> |
| Maintainer | cvs-fptools@haskell.org |
| Category | Development |
| Executables | hsc2hs |
| Upload date | Tue Nov 7 10:19:40 UTC 2006 |
| Uploaded by | RossPaterson |
| Built on | ghc-6.6 |
| Build failure | ghc-6.10 (log), ghc-6.8 (log) |
Downloads
- hsc2hs-0.67.20061107.tar.gz (Cabal source package)
- package description (included in the package)