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

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Jelmer Vernooij <email address hidden>  Sun, 28 Aug 2022 15:19:21 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libre-engine-re2-perl_0.14-2.dsc 1.8 KiB fe94c3ac354c2c2f5c6a7f4ac6e2685b5872037b870c220710acbda8a311d0ba
libre-engine-re2-perl_0.14.orig.tar.xz 50.0 KiB 3654008fcc119a80796e2515b7fd4d91fa5b7999a2f0787bb5cf60cc49a1b009
libre-engine-re2-perl_0.14-2.debian.tar.xz 5.6 KiB 981fa134347ef3a851b131271d1e8dc4efff5cf1344b2838e4b2a231444a737b

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