Package libre2: Information

Source package: libre2
Version: 20210601-alt1
Build time:  Jul 19, 2021, 07:35 AM in the task #279702
Category: System/Libraries
Report package bug
License: BSD
Summary: C++ fast alternative to backtracking RE engines
Description: 
RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
backtracking regular expression engines like those used in PCRE, Perl, and
Python.

Backtracking engines are typically full of features and convenient syntactic
sugar but can be forced into taking exponential amounts of time on even small
inputs.

In contrast, RE2 uses automata theory to guarantee that regular expression
searches run in time linear in the size of the input, at the expense of some
missing features (e.g back references and generalized assertions).

List of rpms provided by this srpm:
libre2 (x86_64, ppc64le, i586, armh, aarch64)
libre2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libre2-devel (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Anton Farygin

List of contributors:
Anton Farygin
Igor Vlasenko

    1. gcc-c++

Last changed


June 22, 2021 Anton Farygin 20210601-alt1
- update to 2021-06-01
April 13, 2021 Anton Farygin 20210401-alt1
- update to 2021-04-01
March 9, 2021 Anton Farygin 20210202-alt1
- update to 2021-02-02