summaryrefslogtreecommitdiff
blob: 3ff7f4ceb822f202ee562622d28afc18f5e09a2f (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<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>