Package libre2: Information

    Source package: libre2
    Version: 20240501-alt2
    Latest version according to Repology
    Build time:  May 8, 2024, 04:18 PM in the task #347715
    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-devel (x86_64, ppc64le, i586, aarch64)
    libre2_11 (x86_64, ppc64le, i586, aarch64)
    libre2_11-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Anton Farygin



      1. cmake
      2. ctest
      3. gcc-c++
      4. libabseil-cpp-devel
      5. rpm-macros-cmake

    Last changed


    May 8, 2024 Anton Farygin 20240501-alt2
    - 20240401 -> 20240501
    May 1, 2024 Ilya Kurdyukov 20240401-alt2
    - fix e2k build
    April 28, 2024 Anton Farygin 20240401-alt1
    - update to 2024-04-01
    - renamed according shared libs policy