summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/conduit/metadata.xml')
-rw-r--r--dev-haskell/conduit/metadata.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-haskell/conduit/metadata.xml b/dev-haskell/conduit/metadata.xml
new file mode 100644
index 000000000000..377b0f95ed80
--- /dev/null
+++ b/dev-haskell/conduit/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators\/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. For more information, see &lt;http://www.yesodweb.com/blog/2011/12/conduits&gt;.
+ </longdescription>
+ <use>
+ <flag name="nohandles">experimental code to use raw system calls in place of handles. Not recommended for general use</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">snoyberg/conduit</remote-id>
+ </upstream>
+</pkgmetadata>