Installation Note: you need Haskell cabal for installing cgen. Install from Hackage: cabal update && cabal install cgen Install from source: $ git clone git://github.com/anttisalonen/cgen $ cd cgen $ cabal configure [--user] && cabal build && cabal install Usage Write an interface file for cgen cgen -o c/output/dir --interface my-interface-file --include path/to/cpp/headers cpp-header1.h cpp-heade