Package libre2_10: Information

    Source package: libre2_10
    Version: 20230301-alt1.0.port
    Build time:  May 2, 2024, 04:05 PM
    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 (riscv64)
    libre2-debuginfo (riscv64)

    Maintainer: Ivan A. Melnikov


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

    Last changed


    May 2, 2024 Ivan A. Melnikov 20230301-alt1.0.port
    - build w/o check on riscv64
    April 29, 2024 Anton Farygin 20230301-alt2
    - built as compat library without the devel package
    April 19, 2023 Alexey Shabalin 20230301-alt1
    - update to 2023-03-01
    - switch to cmake for build