DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibghc6-regex-tdfa-dev
BeschreibungHaskell library for a tagged DFA regex engine
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.1.4-1
Sektionhaskell
Prioritätextra
Installierte Größe12200 Byte
Hängt ab vonlibghc6-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
PaketbetreuerDebian Haskell Group
Quellehaskell-regex-tdfa
Paketgröße2848058 Byte
Prüfsumme MD5bb80c99ccbb515730225726922cc0112
Prüfsumme SHA1561bd87f93936fdaf93ff3387fca8aacf22887bd
Prüfsumme SHA256f7ce812b086c988cbc8004f5fad2a2a41efa2818ab485840fbb4d15322aa7953
Link zum Herunterladenlibghc6-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.


Impressum
Linux is a registered trademark of Linus Torvalds