re2 20221201+dfsg-1 source package in Ubuntu

Changelog

re2 (20221201+dfsg-1) experimental; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
  * Refresh patches.
  * Switch watch file to GitHub tags, as the releases page layout has changed.
  * Bump SONAME to libre2-10, following upstream.
  * Update symbols.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dpkg-dev and g++.
    + libre2-9: Drop versioned constraint on libre2-dev in Replaces.
    + libre2-9: Drop versioned constraint on libre2-dev in Breaks.

 -- Stefano Rivera <email address hidden>  Mon, 09 Jan 2023 17:50:33 -0400

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Experimental
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_20221201+dfsg-1.dsc 1.4 KiB d1c590faf8ce5e09fb2a01c53247896ffc546b3b8b2fb2010470c675d54bdaa1
re2_20221201+dfsg.orig.tar.xz 248.7 KiB e1f1c5f019b0073879d50614d82564b3ec5ae4979de5e567a5f1e57cbf7ec79b
re2_20221201+dfsg-1.debian.tar.xz 10.0 KiB 59a486b14d9e1f79a2edefec3ff001d1cbbf35366775b1e71dbf0b95027a486f

No changes file available.

Binary packages built by this source

libre2-10: 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-10-dbgsym: debug symbols for libre2-10
libre2-dev: efficient, principled regular expression library, development kit

 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.
 .
 This package contains the static library and header files used in development.