Paketname | libghc6-regex-tdfa-dev |
Beschreibung | Haskell library for a tagged DFA regex engine |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.1.4-1 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 12200 Byte |
Hängt ab von | libghc6-array-dev-0.3.0.0-dbdf7, libghc6-base-dev-4.2.0.0-73995, libghc6-bytestring-dev-0.9.1.5-2d4a |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-regex-tdfa |
Paketgröße | 2848058 Byte |
Prüfsumme MD5 | bb80c99ccbb515730225726922cc0112 |
Prüfsumme SHA1 | 561bd87f93936fdaf93ff3387fca8aacf22887bd |
Prüfsumme SHA256 | f7ce812b086c988cbc8004f5fad2a2a41efa2818ab485840fbb4d15322aa7953 |
Link zum Herunterladen | libghc6-regex-tdfa-dev_1.1.4-1_i386.deb |
Ausführliche Beschreibung | .
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package contains the libraries compiled for GHC 6.
|