Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37416654
en ru br
ALT Linux repos
S:20230301-alt1

Group :: System/Libraries
RPM: libre2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 20230301-alt1
Build date: 19 april 2023, 18:00 ( 52.3 weeks ago )
Size: 273.45 Kb

Home page:   http://github.com/google/re2/

License: BSD-3-Clause
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).

Current maintainer: Alexey Shabalin

List of contributors

List of rpms provided by this srpm:

  • libre2
  • libre2-debuginfo
  • libre2-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin