Package libre2: Information

    Source package: libre2
    Version: 20251105-alt1
    Latest version according to Repology
    Build time:  Dec 9, 2025, 05:27 PM in the task #402213
    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 RPM packages built from this SRPM:
    libre2-devel (x86_64, i586, aarch64)
    libre2_11 (x86_64, i586, aarch64)
    libre2_11-debuginfo (x86_64, i586, aarch64)
    python3-module-google-re2 (x86_64, i586, aarch64)
    python3-module-google-re2-debuginfo (x86_64, i586, aarch64)

    Maintainer: Anton Farygin



      1. cmake
      2. ctest
      3. libabseil-cpp-devel
      4. gcc-c++
      5. python3-module-pybind11
      6. python3-module-pyproject-installer >= 0.4.0
      7. python3-module-setuptools
      8. rpm-build-python3
      9. rpm-macros-cmake

    Last changed


    Dec. 8, 2025 Anton Farygin 20251105-alt1
    - 20240702 -> 20251105
    Nov. 28, 2024 Anton Zhukharev 20240702-alt2
    - Built python bindings (closes 52209).
    Aug. 30, 2024 Anton Farygin 20240702-alt1
    - 20240501 -> 20240702