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

    Исходный пакет: libre2
    Версия: 20230301-alt1
    Собран:  20 апреля 2023 г. 20:46
    Сообщить об ошибке в пакете
    Домашняя страница: 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. cmake
      2. ctest
      3. rpm-macros-cmake
      4. gcc-c++

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


    19 апреля 2023 г. Alexey Shabalin 20230301-alt1
    - update to 2023-03-01
    - switch to cmake for build
    20 февраля 2023 г. Anton Farygin 20230201-alt1
    - update to 2023-02-01
    25 июня 2022 г. Anton Farygin 20220601-alt1
    - update to 2022-06-01