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:2025-07-17 |
Distribution File Information
41bea2a95289d112e7c2ccceeb60ee03d54269e7fe53e3a82bab40babdfa51ef 390846 google-re2-2025-07-17.tar.gz
Ports that require re2:std
No other ports depend on this one. |