re2 20220401+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Stefano Rivera <email address hidden>  Fri, 01 Apr 2022 21:30:19 -0400

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_20220401+dfsg-1.dsc 1.4 KiB 002d7760f4acefc4acd900e9290e9c7bd1bfbb2d377bc89c113a97edd20eefbc
re2_20220401+dfsg.orig.tar.xz 247.4 KiB 5ad342e1e802cd55ea64c499f5c77c8abe31d54fcc62db5706e9292a6f8a07fd
re2_20220401+dfsg-1.debian.tar.xz 9.9 KiB 78e9b85e14a3433db8300821205dc27e72d55b7a4119be423c31f4da588567b3

No changes file available.

Binary packages built by this source

libre2-9: 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-9-dbgsym: debug symbols for libre2-9
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.