greencard-lib

A foreign function interface pre-processor library for Haskell

http://www.haskell.org/greencard/

Latest on Hackage:3.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Alastair Reid, Sigbjorn Finne, and Thomas Nordin

Green Card is a foreign function interface preprocessor for Haskell, simplifying the task of interfacing Haskell programs to external libraries (which are normally exposed via C interfaces).

This package provides the Foreign.GreenCard library; the greencard binary is packaged separately.