libre-engine-re2-perl 0.17+ds-1 source package in Ubuntu
Changelog
libre-engine-re2-perl (0.17+ds-1) unstable; urgency=medium [ upstream ] * new release(s) [ Jonas Smedegaard ] * update git-buildpackage config: + use DEP-14 git branches + enable automatic DEP-14 branch name handling + add usage config * update watch file: + use repacksuffix ~ds + use automatic debian version mangling * declare compliance with Debian Policy 4.6.2 * update and unfuzz patches * simplify source helper script copyright-check * update copyright info: update coverage * stop build-depend explicitly on perl, unused directly -- Jonas Smedegaard <email address hidden> Wed, 01 Feb 2023 11:32:40 +0100
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 | |
---|---|---|---|---|
Lunar | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libre-engine-re2-perl_0.17+ds-1.dsc | 2.1 KiB | d98412c9653fadbe9b97fb2647979ac58a8b66a7d44acb43c6c17c73ec4e84e1 |
libre-engine-re2-perl_0.17+ds.orig.tar.xz | 50.2 KiB | 7eca25fd4e060171513c8b1ca090ac48aa49cdac0e4a83b9fae22d8fade576da |
libre-engine-re2-perl_0.17+ds-1.debian.tar.xz | 5.7 KiB | 73a23adcba09fb8d0aacc04e8af890c32f26dcf7e7f4323264f30a23a9eaa90b |
Available diffs
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