re2 20240501-3 source package in Ubuntu

Changelog

re2 (20240501-3) unstable; urgency=medium

  * Upload to unstable.

 -- Stefano Rivera <email address hidden>  Thu, 23 May 2024 10:16:23 -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_20240501-3.dsc 1.4 KiB d3b9978874b0158307e635dd1d767b4569892262fdcf6af37e9766cb41a7f96d
re2_20240501.orig.tar.gz 381.0 KiB fef2f366578401eada34f5603679fb2aebe9b409de8d275a482ce5f2cbac2492
re2_20240501-3.debian.tar.xz 9.3 KiB bcfbd7bfc54c42090aa251c9570bdb5e3fd012335b9ac8958f564fd752c65a30

No changes file available.

Binary packages built by this source

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