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

    Исходный пакет: libre2
    Версия: 20220601-alt2
    Собран:  23 мая 2023 г. 9:37
    Сообщить об ошибке в пакете
    Домашняя страница: http://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 (e2kv6, e2kv5, e2kv4, e2k)
    libre2-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libre2-devel (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Alexey Shabalin

    Список участников:
    Alexey Shabalin
    Anton Farygin
    Igor Vlasenko

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

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


    24 апреля 2023 г. Alexey Shabalin 20220601-alt2
    - switch to cmake for build
    25 июня 2022 г. Anton Farygin 20220601-alt1
    - update to 2022-06-01
    11 мая 2022 г. Anton Farygin 20220401-alt1
    - update to 2022-04-01