Language

Package: ghc-bindings-dsl @ 1.0.25

Synopsis

FFI domain specific language, on top of hsc2hs

Description

This is a set of macros to be used when writing Haskell FFI. They were designed to be able to fully describe C interfaces, so that hsc2hs can extract from them all Haskell code needed to mimic such interfaces. All Haskell names used are automatically derived from C names, structures are mapped to Haskell instances of Storable, and there are also macros you can use with C code to help write bindings to inline functions or macro functions.

Home page
https://github.com/jwiegley/bindings-dsl/wiki
Location
gnu/packages/haskell-xyz.scm (line: 937, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings