libre-engine-re2-perl 0.18+ds-1 source package in Ubuntu
Changelog
libre-engine-re2-perl (0.18+ds-1) unstable; urgency=medium [ upstream ] * new release [ Jonas Smedegaard ] * update patch 1003 -- Jonas Smedegaard <email address hidden> Wed, 21 Jun 2023 20:30:33 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libre-engine-re2-perl_0.18+ds-1.dsc | 2.1 KiB | 286b93da997c00b3301693177706c4e90197938f1b250cc2268e415cf8cb5917 |
libre-engine-re2-perl_0.18+ds.orig.tar.xz | 50.4 KiB | ab07df6ead54ac6341fa57a9c1487c942db2f383e7a694307087396f30e127d4 |
libre-engine-re2-perl_0.18+ds-1.debian.tar.xz | 6.1 KiB | 3a6945370be209288d7a6ed7110cc2b826f7f6323617a038a307810f6970d5a7 |
Available diffs
- diff from 0.17+ds-1 to 0.18+ds-1 (3.3 KiB)
No changes file available.
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