
- standardized pkg-descr --- textproc/hs-stringsearch/pkg-descr | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/textproc/hs-stringsearch/pkg-descr b/textproc/hs-stringsearch/pkg-descr index 35e9b67..a680b81 100644 --- a/textproc/hs-stringsearch/pkg-descr +++ b/textproc/hs-stringsearch/pkg-descr @@ -2,4 +2,13 @@ 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 +Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey +Maintainer: bos@serpentine.com +License: BSD3 +WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch + +Exposed-modules: + Data.ByteString + Search.BoyerMoore + Data.ByteString.Search + KnuthMorrisPratt -- 1.6.1.3