summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/sop-core/metadata.xml')
-rw-r--r--dev-haskell/sop-core/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/sop-core/metadata.xml b/dev-haskell/sop-core/metadata.xml
new file mode 100644
index 000000000000..5e0ac283c468
--- /dev/null
+++ b/dev-haskell/sop-core/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ Implementation of n-ary sums and n-ary products.
+
+ The module "Data.SOP" is the main module of this library and contains
+ more detailed documentation.
+
+ The main use case of this package is to serve as the core of
+ https://hackage.haskell.org/package/generics-sop generics-sop
+
+ A detailed description of the ideas behind this library is provided by
+ the paper:
+
+ * Edsko de Vries and Andres Löh.
+ http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products
+ Workshop on Generic Programming (WGP) 2014.
+
+ </longdescription>
+</pkgmetadata>