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

Changelog

libre-engine-re2-perl (0.14-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Tue, 20 Sep 2022 17:35:38 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

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-ok1.debian.tar.xz 8.7 KiB 958338689ad193c801f72d73c57f9eb64161c204c57d371d6c37d3d381fb4c03
libre-engine-re2-perl_0.14-ok1.dsc 1.9 KiB b3f2ac5dc2b391dd0d5818740e903076a55f243d600941e0274a89efedb39c08

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