libre-engine-re2-perl 0.13-5 source package in Ubuntu

Changelog

libre-engine-re2-perl (0.13-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Jonas Smedegaard ]
  * add patch 1003 to fix flag all captures as UTF8;
    thanks to Todd Richmond
  * update DEP-3 header for patch 1001: add bug reference
  * declare compliance with Debian Policy 4.5.0

 -- Jonas Smedegaard <email address hidden>  Sat, 22 Feb 2020 11:55:43 +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
Focal release main misc

Downloads

File Size SHA-256 Checksum
libre-engine-re2-perl_0.13-5.dsc 2.1 KiB 5f8dee5fee13af459d01859c725dbac9c230fca4f7887a9831050fab09a26338
libre-engine-re2-perl_0.13.orig.tar.gz 56.6 KiB d15fe42cb90f8c325ba7bd55eeb55c69244ace20198cdbda09be5aaebfd36f57
libre-engine-re2-perl_0.13-5.debian.tar.xz 5.8 KiB 612cbafd9e106cc960af4ffaf8acbac496e76030d14b3494dc98e12660a777f5

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