re2
Subpackage Descriptions
set |
This is the re2:std metapackage.
It pulls in all subpackages of re2:std. |
primary |
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python written in
C++.
RE2 uses automata theory to guarantee that regular expression searches
run in time linear in the size of the input. RE2 implements memory limits,
so that searches can be constrained to a fixed amount of memory. RE2 is
engineered to use a small fixed C++ stack footprint no matter what inputs
or regular expressions it must process; thus RE2 is useful in
multithreaded environments where thread stacks cannot grow arbitrarily
large.
|
dev |
This is the developer subpackage of the re2:std port.
It may contain headers, pc files, static and PIC libraries and SO links. |
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Download groups
main |
mirror://GITHUB/google:re2:2024-07-02 |
Distribution File Information
eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b 390672 google-re2-2024-07-02.tar.gz
Ports that require re2:std
No other ports depend on this one. |