libre-engine-re2-perl 0.14-2build1 source package in Ubuntu

Changelog

libre-engine-re2-perl (0.14-2build1) lunar; urgency=medium

  * No-change rebuild against libre2-10

 -- Steve Langasek <email address hidden>  Sat, 04 Feb 2023 01:23:58 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libre-engine-re2-perl_0.14.orig.tar.xz 50.0 KiB 3654008fcc119a80796e2515b7fd4d91fa5b7999a2f0787bb5cf60cc49a1b009
libre-engine-re2-perl_0.14-2build1.debian.tar.xz 5.7 KiB 5f81253de420f7b31fcbf1b5ad18501ae03e47df02a217f115f904b10915f051
libre-engine-re2-perl_0.14-2build1.dsc 2.3 KiB b800620b3305b93f1f52c62c7aef8789c435ed1d7536b3d7c33bd9735152cfa6

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