summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:39:11 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:50:37 +0200
commit35bd7bfdc1f454b70bba48de1246777877752ba7 (patch)
tree9e2b511abbf29a958045f8732e1a98ac1460054e /dev-haskell/pipes/metadata.xml
parentdev-haskell/postgresql-libpq: treeclean (diff)
downloadgentoo-35bd7bfdc1f454b70bba48de1246777877752ba7.tar.gz
gentoo-35bd7bfdc1f454b70bba48de1246777877752ba7.tar.bz2
gentoo-35bd7bfdc1f454b70bba48de1246777877752ba7.zip
dev-haskell/pipes: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
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 d5894163855e..000000000000
--- a/dev-haskell/pipes/metadata.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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>