1 link
The Haskell FFI Binding Modules Generator (HSFFIG)
hsffig.sourceforge.net
A tool that takes a C library include file (.h) and generates Haskell Foreign Functions Interface import declarations for items (functions, structures, etc.) the header defines. [O…