hsc2hs-0.67.20120610: A preprocessor that helps with writing Haskell bindings to C code

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

Versions0.67.20061107, 0.67.20120610
Dependenciesbase (4.*), containers (≥0.2 & <0.5), directory (≥1 & <1.2), process (≥1 & <1.2)
LicenseBSD3
Copyright2000, Marcin Kowalczyk
AuthorMarcin Kowalczyk <qrczak@knm.org.pl>
Maintainercvs-fptools@haskell.org
CategoryDevelopment
Executableshsc2hs
Upload dateWed Aug 15 16:42:29 UTC 2012
Uploaded byThomasDuBuisson

Downloads