aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-stringsearch/pkg-descr
diff options
context:
space:
mode:
authorJeremy Chadwick <koitsu@FreeBSD.org>2008-11-02 01:32:14 +0000
committerJeremy Chadwick <koitsu@FreeBSD.org>2008-11-02 01:32:14 +0000
commit6c8915f3688f5916b4b403a42802a159ae964136 (patch)
tree040073138d13ada38b45f5956734b678b4f94a1d /textproc/hs-stringsearch/pkg-descr
parentda0e1e77c6540fc4eb79e74a34ceacebefd59484 (diff)
downloadports-6c8915f3688f5916b4b403a42802a159ae964136.tar.gz
ports-6c8915f3688f5916b4b403a42802a159ae964136.zip
Notes
Diffstat (limited to 'textproc/hs-stringsearch/pkg-descr')
-rw-r--r--textproc/hs-stringsearch/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/hs-stringsearch/pkg-descr b/textproc/hs-stringsearch/pkg-descr
new file mode 100644
index 000000000000..35e9b67bc1fe
--- /dev/null
+++ b/textproc/hs-stringsearch/pkg-descr
@@ -0,0 +1,5 @@
+This library provides Boyer-Moore and Knuth-Morris-Pratt string search
+implementations for Haskell bytestrings (with support for all strict and
+lazy ByteString permutations).
+
+WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch