1 | # $Id: Portfile,v 1.3 2004/12/03 03:12:45 gwright Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name c2hs |
---|
5 | version 0.13.6 |
---|
6 | revision 1 |
---|
7 | categories devel |
---|
8 | maintainers gwright@opendarwin.org |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | description Yet Another Interface Generator for Haskell |
---|
12 | long_description \ |
---|
13 | C->Haskell is an interface generator that simplifies \ |
---|
14 | the development of Haskell bindings to C libraries. \ |
---|
15 | The tool processes existing C header files that \ |
---|
16 | determine data layout and function signatures on the \ |
---|
17 | C side in conjunction with Haskell modules that specify \ |
---|
18 | Haskell-side type signatures and marshaling details. |
---|
19 | |
---|
20 | homepage http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ |
---|
21 | master_sites ${homepage}/ |
---|
22 | |
---|
23 | checksums md5 0aceb574fdb1ac28d75a3c367444a0bf |
---|
24 | |
---|
25 | depends_build bin:ghc:ghc |
---|
26 | |
---|