summaryrefslogtreecommitdiff
path: root/dev-haskell/pipes/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/pipes/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/pipes/metadata.xml')
-rw-r--r--dev-haskell/pipes/metadata.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-haskell/pipes/metadata.xml b/dev-haskell/pipes/metadata.xml
deleted file mode 100644
index 04e0c63037a8..000000000000
--- a/dev-haskell/pipes/metadata.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <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: ('&gt;-&gt;'), '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>