libre-engine-re2-perl 0.14-ok2 source package in openKylin

Changelog

libre-engine-re2-perl (0.14-ok2) nile; urgency=medium

  * No change rebuild against perl-5.36

 -- CI Bot <email address hidden>  Tue, 23 Apr 2024 07:28:59 +0000

Upload details

Uploaded by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
OpenKylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libre-engine-re2-perl_0.14.orig.tar.gz 327.0 KiB e4121d0a6658a3dfba06d21ff082e6e8ef3ae88e29c31eaa127c0ecd5f0e2fc5
libre-engine-re2-perl_0.14-ok2.debian.tar.xz 8.7 KiB 847e478913c75bf9e6ff1e79531101c3e4f70d688938d8b395592b15c0b8b4e5
libre-engine-re2-perl_0.14-ok2.dsc 1.9 KiB 46d9a0c300c14115425df656f9c7c0254ed9a786c0d466397c0eebf775545060

Available diffs

View changes file

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