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

    Исходный пакет: libre2_10
    Версия: 20230301-alt2
    Последняя версия по данным Repology
    Собран:  30 апреля 2024 г. 0:38 в задании #347132
    Сообщить об ошибке в пакете
    Домашняя страница: 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 (x86_64, ppc64le, i586, aarch64)
    libre2-debuginfo (x86_64, ppc64le, i586, aarch64)

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

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

    Права:
    Anton Farygin
    @everybody

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

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


    29 апреля 2024 г. Anton Farygin 20230301-alt2
    - built as compat library without the devel package
    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