The latest version of greencard is 3.0.4.2-0.

greencard

Version 3.0.1 revision 0 uploaded by GwernBranwen.

Package meta

Synopsis
A foreign function interface pre-processor for Haskell
Description

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).

To interface to an external function using Green Card, you write a small procedure specification. The specification tells Green Card what (Haskell) type you want to give the function together with details of how the arguments (and results) to the Haskell function should be marshalled to and from the data representation used by the external function. Green Card will then generate gobs of low-level boilerplate code that takes care of all the details.

This package supplies the executable, greencard, which needs GHC. For the Foreign.GreenCard library, you need to install this first and then you can install greencard-lib (greencard-lib requires the greencard binary already installed).

Author
Alastair Reid, Sigbjorn Finne, and Thomas Nordin
Bug reports
n/a
Category
Development
Copyright
n/a
Homepage
http://www.haskell.org/greencard/
Maintainer
Alastair Reid <alastair@reid-consulting-uk.ltd.uk>; Sigbjorn Finne <sof@galois.com>
Package URL
n/a
Stability
n/a

Components