C to 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 hsc2hs), this ensures that C functions are imported with the
correct Haskell types.
Build Time
2024-08-12 07:21:47 GMT
Size
213.95 KB
cf051926b662e0b7d0f21e653e87a1db
License
BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later