summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-09-11 10:55:18 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-09-11 11:01:40 +0100
commit7dfe0934b01d9b71a461a172ce26cbdd14a1ca29 (patch)
tree068532575c88aac89f34dd5fdc7b8c246e99ee5b /dev-haskell/testing-feat/metadata.xml
parentdev-haskell/tagshare: explicit sharing with tags, a depend of dev-haskell/tes... (diff)
downloadgentoo-7dfe0934b01d9b71a461a172ce26cbdd14a1ca29.tar.gz
gentoo-7dfe0934b01d9b71a461a172ce26cbdd14a1ca29.tar.bz2
gentoo-7dfe0934b01d9b71a461a172ce26cbdd14a1ca29.zip
dev-haskell/testing-feat: funtional enumeration of ADTs, a depend of dev-haskell/language-ecmascript
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/testing-feat/metadata.xml')
-rw-r--r--dev-haskell/testing-feat/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/testing-feat/metadata.xml b/dev-haskell/testing-feat/metadata.xml
new file mode 100644
index 000000000000..665eeb0f74e3
--- /dev/null
+++ b/dev-haskell/testing-feat/metadata.xml
@@ -0,0 +1,23 @@
+<?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>
+ <longdescription>
+ Feat (Functional Enumeration of Abstract Types) provides
+ enumerations as functions from natural numbers to values
+ (similar to @toEnum@ but for any algebraic data type). This
+ can be used for SmallCheck-style systematic testing,
+ QuickCheck style random testing, and hybrids of the two.
+
+ The enumerators are defined in a very boilerplate manner
+ and there is a Template Haskell script for deriving the
+ class instance for most types.
+ "Test.Feat" contain a subset of the other modules that
+ should be sufficient for most test usage. There
+ are some small and large example in the tar
+ ball.
+ </longdescription>
+</pkgmetadata>