Package ghc7.6.1-c2hs: Information
Source package: ghc7.6.1-c2hs
Version: 0.16.4-alt1
Build time: Dec 23, 2012, 12:14 PM
Category: Development/Haskell
Report package bugLicense: GPL-2
Summary: C->Haskell FFI tool that gives some cross-language type safety
Description:
C->Haskell assists in the development of Haskell bindings to C libraries. It extracts interface information from C header files and generates Haskell code with foreign imports and marshaling. Unlike writing foreign imports by hand (or using hsch2s), this ensures that C functions are imported with the correct Haskell types.
Maintainer: Denis Smirnov