Package libre2: Information

    Source package: libre2
    Version: 20200706-alt1
    Build time:  Jan 5, 2021, 07:13 AM
    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 (e2kv5, e2kv4, e2k)
    libre2-debuginfo (e2kv5, e2kv4, e2k)
    libre2-devel (e2kv5, e2kv4, e2k)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin
    Igor Vlasenko

      1. gcc-c++

    Last changed


    July 16, 2020 Anton Farygin 20200706-alt1
    - new version
    June 5, 2020 Anton Farygin 20200601-alt1
    - new version
    April 1, 2020 Anton Farygin 20200401-alt1
    - new version