summaryrefslogtreecommitdiff
blob: 61da3f0a844e98d5531de69a33d86de4c0049a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="bench">Build a benchmarking program.</flag>
		<flag name="boundschecks">Enable bounds checking.</flag>
		<flag name="internalchecks">Enable internal consistency checks at the cost of a significant performance penalty.</flag>
		<flag name="properties">Enable quickcheck tests.</flag>
		<flag name="unsafechecks">Enable bounds checking in unsafe operations at the cost of a significant performance penalty.</flag>
	</use>
	<longdescription>
		Efficient algorithms for vector arrays
	</longdescription>
</pkgmetadata>