2011-11-09 11:33:19 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:01:42 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2011-11-09 11:33:19 +04:00
|
|
|
<pkgmetadata>
|
2016-01-25 16:13:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>haskell@gentoo.org</email>
|
|
|
|
<name>Gentoo Haskell</name>
|
|
|
|
</maintainer>
|
2012-12-23 22:09:26 +04:00
|
|
|
<longdescription>
|
|
|
|
C->Haskell assists in the development of Haskell bindings to C
|
|
|
|
libraries. It extracts interface information from C header
|
|
|
|
files and generates Haskell code with foreign imports and
|
|
|
|
marshaling. Unlike writing foreign imports by hand (or using
|
|
|
|
hsch2s), this ensures that C functions are imported with the
|
|
|
|
correct Haskell types.
|
|
|
|
</longdescription>
|
2015-04-05 19:05:54 +03:00
|
|
|
<use>
|
|
|
|
<flag name="regression">run regression tests</flag>
|
|
|
|
</use>
|
2015-06-06 17:31:18 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">haskell/c2hs</remote-id>
|
|
|
|
</upstream>
|
2011-11-09 11:33:19 +04:00
|
|
|
</pkgmetadata>
|