summaryrefslogtreecommitdiff
path: root/dev-haskell/shellish/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/shellish/metadata.xml')
-rw-r--r--dev-haskell/shellish/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-haskell/shellish/metadata.xml b/dev-haskell/shellish/metadata.xml
new file mode 100644
index 000000000000..220975e213d9
--- /dev/null
+++ b/dev-haskell/shellish/metadata.xml
@@ -0,0 +1,21 @@
+<?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>
+ The shellisg package provides a single module for convenient
+ \"systems\" programming in Haskell, similar in spirit to POSIX
+ shells or PERL.
+
+ * Elegance and safety is sacrificed for conciseness and
+ swiss-army-knife-ness.
+
+ * The interface exported by Shellish is thread-safe.
+
+ Overall, the module should help you to get a job done quickly,
+ without getting too dirty.
+ </longdescription>
+</pkgmetadata>