re2 20160201+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh patches.
  * Drop atomic-ops patch, __atomic builtins are used.
  * Bump Standards-Version to 3.9.7, no changes needed.
  * Switch Vcs fields to https.
  * Bump copyright years.

 -- Stefano Rivera <email address hidden>  Sat, 06 Feb 2016 18:24:16 +1100

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
Xenial release universe libs

Downloads

File Size SHA-256 Checksum
re2_20160201+dfsg-1.dsc 1.7 KiB bc2ee2aecde996e50f38ca33ee86c19a45a6092848dced3033a9cae865a7bd4e
re2_20160201+dfsg.orig.tar.gz 326.9 KiB 37fd3509f5b31aa6c3c97b699f6e879830c5434a64f04b0ed3c2fe93a4523ffe
re2_20160201+dfsg-1.debian.tar.xz 9.3 KiB 61298fec9b7b4e8996372761d075bc0e7725324250c9a77e4a6cff65de5eafd1

No changes file available.

Binary packages built by this source

libre2-1v5: 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-1v5-dbgsym: debug symbols for package libre2-1v5

 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-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.