regex-tdfa: Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
This package provides a pure Haskell "Tagged" DFA regex engine for regex-base. This implementation was inspired by the algorithm (and Master's thesis) behind the regular expression library known as TRE or libtre.
Please consult the Text.Regex.TDFA module for API documentation including a tutorial with usage examples; see also https://wiki.haskell.org/Regular_expressions for general information about regular expression support in Haskell.
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
force-o2 | Force building NOTE: This flag is mostly provided for legacy use-cases. Nowadays you can conveniently control optimization levels on a per-package granularity via | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- regex-tdfa-1.3.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.92, 0.94, 0.95.1, 0.95.2, 0.97.1, 0.97.3, 0.97.4, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.6, 1.1.7, 1.1.8, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.3.1, 1.2.3.2, 1.2.3.3, 1.3.0, 1.3.1.0, 1.3.1.1, 1.3.1.2, 1.3.1.3, 1.3.1.4, 1.3.1.5, 1.3.2, 1.3.2.1, 1.3.2.2 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | array (>=0.4 && <0.6), base (>=4.5 && <4.17), bytestring (>=0.9.2 && <0.12), containers (>=0.4.2 && <0.7), fail (>=4.9 && <4.10), mtl (>=2.1.3 && <2.4), parsec (>=3.1 && <3.2), regex-base (>=0.94 && <0.95), semigroups (>=0.18 && <0.20), text (>=1.2.3 && <2.1) [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2007-2009, Christopher Kuklewicz |
Author | Christopher Kuklewicz |
Maintainer | Herbert Valerio Riedel <hvr@gnu.org>, Andreas Abel |
Revised | Revision 3 made by AndreasAbel at 2022-01-31T16:31:26Z |
Category | Text |
Home page | https://wiki.haskell.org/Regular_expressions |
Bug tracker | https://github.com/hvr/regex-tdfa/issues |
Source repo | head: git clone https://github.com/hvr/regex-tdfa.git this: git clone https://github.com/hvr/regex-tdfa.git(tag v1.3.1.1) |
Uploaded | by AndreasAbel at 2021-06-03T15:10:26Z |
Distributions | Arch:1.3.2.2, Debian:1.3.1.0, Fedora:1.3.2.1, FreeBSD:1.2.0, LTSHaskell:1.3.2.2, NixOS:1.3.2.2, Stackage:1.3.2.2, openSUSE:1.3.2.2 |
Reverse Dependencies | 137 direct, 3843 indirect [details] |
Downloads | 169866 total (334 in the last 30 days) |
Rating | 2.5 (votes: 4) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |