Package libre2: Information

    Source package: libre2
    Version: 20220601-alt2
    Build time:  May 23, 2023, 12:44 AM in the task #320225
    Category: System/Libraries
    Report package bug
    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).

    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: Alexey Shabalin


      1. rpm-macros-cmake
      2. gcc-c++
      3. cmake
      4. ctest

    Last changed


    April 24, 2023 Alexey Shabalin 20220601-alt2
    - switch to cmake for build
    June 25, 2022 Anton Farygin 20220601-alt1
    - update to 2022-06-01
    May 11, 2022 Anton Farygin 20220401-alt1
    - update to 2022-04-01