summaryrefslogtreecommitdiff
blob: b9b44428c5ebb47e592795c8af86b278202d1a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>