diff options
author | 2015-10-22 22:28:24 +0100 | |
---|---|---|
committer | 2015-10-22 22:32:03 +0100 | |
commit | 300667cace72259e9298123e6df82b33fee3eb3f (patch) | |
tree | 979031d5ed1e2fe07cf68bb8517c25f072692d9e /dev-haskell/pipes/metadata.xml | |
parent | dev-haskell/djinn-ghc: new package (diff) | |
download | gentoo-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.xml | 32 |
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> + \"Coroutines done right\". This library generalizes iteratees and coroutines + simply and elegantly. + + Advantages over traditional iteratee\/coroutine implementations: + + * /Concise API/: Use three simple commands: ('>->'), 'request', and 'respond' + + * /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 "Control.Proxy" to use the library. + + Read "Control.Proxy.Tutorial" for an extensive tutorial. + </longdescription> +</pkgmetadata> |