summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/stringsearch/metadata.xml')
-rw-r--r--dev-haskell/stringsearch/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/stringsearch/metadata.xml b/dev-haskell/stringsearch/metadata.xml
new file mode 100644
index 000000000000..293df3faa240
--- /dev/null
+++ b/dev-haskell/stringsearch/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ This package provides several functions to quickly
+ search for substrings in strict or lazy ByteStrings.
+ It also provides functions for breaking or splitting
+ on substrings and replacing all occurrences of a
+ substring (the first in case of overlaps) with another.
+ GHC before 6.10 are no longer supported, other compilers
+ only if they support BangPatterns. If you need it to
+ work with other compilers, send a feature request.
+ </longdescription>
+ <upstream>
+ <remote-id type="bitbucket">dafis/stringsearch</remote-id>
+ </upstream>
+</pkgmetadata>