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 the hsc2hs section in the GHC User's Guide.
Properties
Versions | 0.67.20061107, 0.67.20120610, 0.68, 0.68.1 |
---|---|
Change log | changelog.md |
Dependencies | base (==4.*), containers (>=0.2 && <0.6), directory (>=1 && <1.3), filepath (>=1 && <1.5), process (>=1.1 && <1.5) [details] |
License | BSD3 |
Copyright | 2000, Marcin Kowalczyk |
Author | Marcin Kowalczyk <qrczak@knm.org.pl> |
Maintainer | ghc-devs@haskell.org |
Stability | Unknown |
Category | Development |
Bug tracker | https://ghc.haskell.org/trac/ghc/newticket?component=hsc2hs |
Uploaded | Fri Nov 11 22:51:58 UTC 2016 by HerbertValerioRiedel |
Distributions | NixOS:0.68.1 |
Downloads | 1158 total (181 in the last 30 days) |
Votes | |
Status | Docs not available [build log] Last success reported on 2016-11-17 [all 2 reports] |
Downloads
- hsc2hs-0.68.1.tar.gz [browse] (Cabal source package)
- Package description (included in the package)