You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1017 B
29 lines
1017 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<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>
|