summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/fmlist/metadata.xml')
-rw-r--r--dev-haskell/fmlist/metadata.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-haskell/fmlist/metadata.xml b/dev-haskell/fmlist/metadata.xml
new file mode 100644
index 000000000000..5fb8dfb59404
--- /dev/null
+++ b/dev-haskell/fmlist/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ FoldMap lists are lists represented by their foldMap function.
+ FoldMap lists have O(1) cons, snoc and append, just like DLists,
+ but other operations might have favorable performance
+ characteristics as well. These wild claims are still completely
+ unverified though.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">sjoerdvisscher/fmlist</remote-id>
+ </upstream>
+</pkgmetadata>