summaryrefslogtreecommitdiff
blob: ff5d6d2ac98184ff32db6e2b486c8883f29418f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<use>
		<flag name="template_haskell">Enable additional test modules requiring Template Haskell support.</flag>
	</use>
	<longdescription>
		QuickCheck is a library for random testing of program properties.
		
		The programmer provides a specification of the program, in
		the form of properties which functions should satisfy, and
		QuickCheck then tests that the properties hold in a large number
		of randomly generated cases.
		
		Specifications are expressed in
		Haskell, using combinators defined in the QuickCheck library.
		QuickCheck provides combinators to define properties, observe
		the distribution of test data, and define test
		data generators.
	</longdescription>
	<upstream>
		<remote-id type="github">nick8325/quickcheck</remote-id>
	</upstream>
</pkgmetadata>