mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
6c8915f368
implementations for Haskell bytestrings (with support for all strict and lazy ByteString permutations). WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch Submitted by: sbahra on EFnet #bsdports
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
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
|