re2 20190801+dfsg-1 source package in Ubuntu

Changelog

re2 (20190801+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.4.0, no changes needed.
  * Bump debhelper compat to 11, and use B-D syntax.
  * Add Build-Dep on python3-six, for building unicode tables.
  * Patch: Build unicode tables with python3.
  * Tidy up patch names.

 -- Stefano Rivera <email address hidden>  Thu, 08 Aug 2019 13:16:01 -0300

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Sid
Original maintainer:
Stefano Rivera
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
re2_20190801+dfsg-1.dsc 1.6 KiB 7a50ad890c6567c763ebba05cfd44a573dfe3daf441863837ca9984cbf15a411
re2_20190801+dfsg.orig.tar.xz 233.9 KiB 669965f9d68bf7f073bdae934abbac859ccfea31a54a5a6671035b107dfad7d4
re2_20190801+dfsg-1.debian.tar.xz 9.2 KiB e06a5ec0f3f919505dea5a6f6fc7dd47d8b3db7170d93ea1539b641c05e222eb

No changes file available.

Binary packages built by this source

libre2-5: efficient, principled regular expression library

 RE2 is a fast, safe, thread-friendly alternative to backtracking regular
 expression engines like those used in PCRE, Perl, and Python. It is a C++
 library.
 .
 RE2 uses automata theory to guarantee that regular expression searches run in
 time linear in the size of the input. RE2 implements memory limits, so that
 searches can be constrained to a fixed amount of memory. RE2 is engineered to
 use a small fixed C++ stack footprint no matter what inputs or regular
 expressions it must process; thus RE2 is useful in multithreaded environments
 where thread stacks cannot grow arbitrarily large.
 .
 On large inputs, RE2 is often much faster than backtracking engines; its use
 of automata theory lets it apply optimizations that the others cannot.

libre2-5-dbgsym: No summary available for libre2-5-dbgsym in ubuntu eoan.

No description available for libre2-5-dbgsym in ubuntu eoan.

libre2-dev: No summary available for libre2-dev in ubuntu eoan.

No description available for libre2-dev in ubuntu eoan.