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

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
libre-engine-re2-perl_0.13.orig.tar.gz 56.6 KiB d15fe42cb90f8c325ba7bd55eeb55c69244ace20198cdbda09be5aaebfd36f57
libre-engine-re2-perl_0.13-ok1.debian.tar.xz 5.5 KiB 0262ed5e0153b62992c7e3e619cf12737fc72149c5f7a6a2e4c55772ca21210f
libre-engine-re2-perl_0.13-ok1.dsc 2.0 KiB 998b81bdc5cf7df2c7cee61e30dd42071c813451c4121850098902e9464decc5

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.