summaryrefslogtreecommitdiff
path: root/dev-haskell/c2hs/metadata.xml
blob: 50755dc7a7bf010caaf176a32eb33f09dd3fad49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>haskell@gentoo.org</email>
  <name>Gentoo Haskell</name>
 </maintainer>
 <longdescription>
		C-&gt;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>
 
 <use>
  <flag name="regression">run regression tests</flag>
 </use>
 <origin>gentoo-staging</origin>
</pkgmetadata>