libre-engine-re2-perl 0.18+ds-ok1 source package in openKylin
Changelog
libre-engine-re2-perl (0.18+ds-ok1) nile; urgency=medium * Sync upstream version. -- zhouganqing <email address hidden> Tue, 09 Jul 2024 15:28:30 +0800
libre-engine-re2-perl (0.18+ds-ok1) nile; urgency=medium * Sync upstream version. -- zhouganqing <email address hidden> Tue, 09 Jul 2024 15:28:30 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libre-engine-re2-perl_0.18+ds.orig.tar.xz | 50.4 KiB | ab07df6ead54ac6341fa57a9c1487c942db2f383e7a694307087396f30e127d4 |
libre-engine-re2-perl_0.18+ds-ok1.debian.tar.xz | 5.0 KiB | 09eb63732095beb58714aa1e5b0e86a8cbf58a61865e11c74e65af2dde6a9356 |
libre-engine-re2-perl_0.18+ds-ok1.dsc | 1.9 KiB | e027bed6d06b2729eaa91262632c92d05de2f378dbf11a7a663bc9f5a3739ca9 |
re::engine::RE2 replaces perl's regex engine
in a given lexical scope with RE2.
.
RE2 is a primarily DFA based regexp engine from Google
that is very fast at matching large amounts of text.
However it does not support look behind
and some other Perl regular expression features.
See RE2's syntax wiki page
at <https:/
.
Fallback to normal Perl regexp is implemented by this module.
If RE2 is unable to compile a regexp it will use Perl instead,
therefore features not implemented by RE2 don't suddenly stop working,
they will just use Perl's regexp implementation.