libre-engine-re2-perl 0.14-1build2 source package in Ubuntu
Changelog
libre-engine-re2-perl (0.14-1build2) jammy; urgency=medium * No-change rebuild for the perl update. -- Matthias Klose <email address hidden> Sun, 06 Feb 2022 13:46:09 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc | |
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libre-engine-re2-perl_0.14.orig.tar.xz | 50.0 KiB | 3654008fcc119a80796e2515b7fd4d91fa5b7999a2f0787bb5cf60cc49a1b009 |
libre-engine-re2-perl_0.14-1build2.debian.tar.xz | 5.6 KiB | d4a9dde3eb79a8011cfba3cdebc194e61dd92c8c54e2ada8982a33ed2f459cb9 |
libre-engine-re2-perl_0.14-1build2.dsc | 2.2 KiB | ba0f31671972601d7ab27de94090b7d3bf0ebfee0f348488e919f6b2e2a2b529 |
Available diffs
- diff from 0.14-1build1 to 0.14-1build2 (350 bytes)
Binary packages built by this source
- libre-engine-re2-perl: RE2 regex engine
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://github. com/google/ re2/wiki/ Syntax> for more information.
.
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.
- libre-engine-re2-perl-dbgsym: debug symbols for libre-engine-re2-perl