./wip/c2hs, C->Haskell, an Interface Generator for Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.28.1nb1, Package name: c2hs-0.28.1nb1, Maintainer: esg

C->Haskell is an interface generator that simplifies the development of Haskell
bindings to C libraries. The tool processes existing C header files that
determine data layout and function signatures on the C side in conjunction with
Haskell modules that specify Haskell-side type signatures and marshaling
details. Hooks embedded in the Haskell code signal access to C structures and
functions -- they are expanded by the interfacing tool in dependence on
information from the corresponding C header file. Another noteworthy property
is the lightweight nature of the approach.


Required to run:
[devel/gmp]

Required to build:
[lang/ghc] [pkgtools/cwrappers]

Master sites:

RMD160: a6886fcddbb92bf0658787cc0c0d44f1bf4bee2c
Filesize: 232.229 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 20:26:51 by Aleksej Saushev | Files touched by this commit (116)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-14 03:48:50 by othyro | Files touched by this commit (1)
Log message:
PKG_DESTDIR_SUPPORT=user-destdir; +LICENSE.
   2011-01-17 11:48:03 by Emil Sköldberg | Files touched by this commit (17)
Log message:
Update maintainer email address to valid address.
   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.
   2009-05-20 02:58:40 by Thomas Klausner | Files touched by this commit (75) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2007-04-27 16:21:44 by Emil Sköldberg | Files touched by this commit (4)
Log message:
Make c2hs build with ghc 6.6.
   2006-09-01 12:56:25 by Emil Sköldberg | Files touched by this commit (4)
Log message:
Update to version 0.14.5

Changes since 0.14.3:

2005-12-12  Manuel M T Chakravarty  <chak@cse.unsw.edu.au>

        * c2hs/gen/GenBind.hs: When translating the target type of a
        pointer hook into a Haskell type, don't take the pointer hook
        alias map into account.

        * c2hs.cabal: version 0.14.5

        * c2hs/gen/GenBind.hs: Suppress code generation if requested

        * c2hs/chs/CHS.hs: Added `nocode' to pointer hooks

        * c2hs/chs/CHSLexer.hs: Added `nocode'

2005-12-05      Jelmer Vernooij <jelmer@samba.org>

        * c2hs/c/CTrav.hs: only match in `checkForOneCUName' if there are 
        no indirections

2005-12-05      Jelmer Vernooij <jelmer@samba.org>

        * c2hs/gen/GenBind.hs: support mapping struct and union names to haskell
        types

        * c2hs/c/CTrav.hs: added `checkForOneCUName'

Fri Nov 25 10:54:56 EST 2005  Jelmer Vernooij <jelmer@samba.org>

        * add prettify functions for structs, enums and unions

2005-08-10  Manuel M T Chakravarty  <chak@cse.unsw.edu.au>

        * c2hs/gen/GBMonad.hs: apply `upcaseFirstLetter' and
        `downcaseFirstLetter' if specified

        * c2hs/chs/CHS.hs: added `upcaseFirstLetter' and `downcaseFirstLetter'

2005-08-09  Manuel M T Chakravarty  <chak@cse.unsw.edu.au>

        * c2hs/gen/CInfo.hs: exports `getPlatform'
   2006-01-17 10:13:36 by Roland Illig | Files touched by this commit (8)
Log message:
Fixed some simple pkglint warnings.