re2 20150701+dfsg-2 source package in Ubuntu

Changelog

re2 (20150701+dfsg-2) unstable; urgency=medium

  * Build against g++ 5.
  * Update symbols for C++11 ABI.

 -- Stefano Rivera <email address hidden>  Wed, 12 Aug 2015 21:56:50 +0200

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_20150701+dfsg-2.dsc 1.7 KiB 9a6d00c4a052e85488aa2216aea35d387a4fe6979af52e49db1165596cdb863e
re2_20150701+dfsg.orig.tar.gz 319.4 KiB 94b0bbed7d6a3a566f2a21653a79ce7a9f0ff9d3af8e50bd727d39f7ae753b0a
re2_20150701+dfsg-2.debian.tar.xz 10.2 KiB 08800c937fcfe953fd9e98cf2c909516ad82b630037bc8af178641cdba5d76eb

No changes file available.

Binary packages built by this source

libre2-1v5: No summary available for libre2-1v5 in ubuntu wily.

No description available for libre2-1v5 in ubuntu wily.

libre2-1v5-dbg: No summary available for libre2-1v5-dbg in ubuntu xenial.

No description available for libre2-1v5-dbg in ubuntu xenial.

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: No summary available for libre2-dev in ubuntu wily.

No description available for libre2-dev in ubuntu wily.

libre2-dev-dbgsym: No summary available for libre2-dev-dbgsym in ubuntu wily.

No description available for libre2-dev-dbgsym in ubuntu wily.