diff options
Diffstat (limited to 'dev-haskell/syb/metadata.xml')
-rw-r--r-- | dev-haskell/syb/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-haskell/syb/metadata.xml b/dev-haskell/syb/metadata.xml new file mode 100644 index 000000000000..4e8ae96747d6 --- /dev/null +++ b/dev-haskell/syb/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package contains the generics system described in the + "Scrap Your Boilerplate" papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB). + It defines the 'Data' class of types permitting folding and unfolding + of constructor applications, instances of this class for primitive + types, and a variety of traversals. + </longdescription> +</pkgmetadata> |