summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-10-22 22:28:24 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2015-10-22 22:32:03 +0100
commit300667cace72259e9298123e6df82b33fee3eb3f (patch)
tree979031d5ed1e2fe07cf68bb8517c25f072692d9e /dev-haskell/pipes/metadata.xml
parentdev-haskell/djinn-ghc: new package (diff)
downloadgentoo-300667cace72259e9298123e6df82b33fee3eb3f.tar.gz
gentoo-300667cace72259e9298123e6df82b33fee3eb3f.tar.bz2
gentoo-300667cace72259e9298123e6df82b33fee3eb3f.zip
dev-haskell/pipes: new package
"Compositional pipelines", a depend of app-emacs/ghc-mod Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352 Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-haskell/pipes/metadata.xml')
-rw-r--r--dev-haskell/pipes/metadata.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/pipes/metadata.xml b/dev-haskell/pipes/metadata.xml
new file mode 100644
index 000000000000..739bd909e065
--- /dev/null
+++ b/dev-haskell/pipes/metadata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ \&quot;Coroutines done right\&quot;. This library generalizes iteratees and coroutines
+ simply and elegantly.
+
+ Advantages over traditional iteratee\/coroutine implementations:
+
+ * /Concise API/: Use three simple commands: (&#39;&gt;-&gt;&#39;), &#39;request&#39;, and &#39;respond&#39;
+
+ * /Bidirectionality/: Implement duplex channels
+
+ * /Blazing fast/: Implementation tuned for speed
+
+ * /Elegant semantics/: Use practical category theory
+
+ * /Extension Framework/: Mix and match extensions and create your own
+
+ * /ListT/: Correct implementation of ListT that interconverts with pipes
+
+ * /Lightweight Dependency/: @pipes@ depends only on @transformers@ and
+ @mmorph@ and compiles rapidly
+
+ * /Extensive Documentation/: Second to none!
+
+ Import &quot;Control.Proxy&quot; to use the library.
+
+ Read &quot;Control.Proxy.Tutorial&quot; for an extensive tutorial.
+ </longdescription>
+</pkgmetadata>