summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-06-02 07:05:41 +0000
committerMark Wright <gienah@gentoo.org>2012-06-02 07:05:41 +0000
commit96daecb0d4bdecc0d7fed330f86bba5955218dd2 (patch)
tree07f48e55805c807dc63d84c4767c23f0907efaee /dev-haskell/lazysmallcheck/metadata.xml
parentinherit multilib for get_libdir (diff)
downloadgentoo-2-96daecb0d4bdecc0d7fed330f86bba5955218dd2.tar.gz
gentoo-2-96daecb0d4bdecc0d7fed330f86bba5955218dd2.tar.bz2
gentoo-2-96daecb0d4bdecc0d7fed330f86bba5955218dd2.zip
Add lazysmallcheck
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/lazysmallcheck/metadata.xml')
-rw-r--r--dev-haskell/lazysmallcheck/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-haskell/lazysmallcheck/metadata.xml b/dev-haskell/lazysmallcheck/metadata.xml
new file mode 100644
index 000000000000..c7c3028b5541
--- /dev/null
+++ b/dev-haskell/lazysmallcheck/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Lazy SmallCheck is a library for exhaustive, demand-driven testing of
+ Haskell programs. It is based on the idea that if a property holds
+ for a partially-defined input then it must also hold for all
+ fully-defined refinements of the that input. Compared to ``eager&#39;&#39;
+ input generation as in SmallCheck, Lazy SmallCheck may require
+ significantly fewer test-cases to verify a property for all inputs up
+ to a given depth.
+ </longdescription>
+</pkgmetadata>