Пакет libre2: Информация

    Исходный пакет: libre2
    Версия: 20240501-alt2
    Собран:  11 мая 2024 г. 16:41
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/google/re2/

    Лицензия: BSD-3-Clause
    О пакете: C++ fast alternative to backtracking RE engines
    Описание: 
    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).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libre2-devel (riscv64)
    libre2_11 (riscv64)
    libre2_11-debuginfo (riscv64)

    Сопровождающий: Anton Farygin


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

    Последнее изменение


    8 мая 2024 г. Anton Farygin 20240501-alt2
    - 20240401 -> 20240501
    1 мая 2024 г. Ilya Kurdyukov 20240401-alt2
    - fix e2k build
    28 апреля 2024 г. Anton Farygin 20240401-alt1
    - update to 2024-04-01
    - renamed according shared libs policy