summaryrefslogtreecommitdiff
blob: a79f1b7f78aff7901f3119948ec4c2dfd98abcc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
		instead of testing for a sample of randomly generated values, SmallCheck
		tests properties for all the finitely many values up to some depth,
		progressively increasing the depth used.
	</longdescription>
	<upstream>
		<remote-id type="github">feuerbach/smallcheck</remote-id>
	</upstream>
</pkgmetadata>