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

    Исходный пакет: libre2
    Версия: 20200706-alt1
    Собран:  10 августа 2021 г. 16:19
    Сообщить об ошибке в пакете
    Домашняя страница: http://github.com/google/re2/

    Лицензия: BSD
    О пакете: 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 (mipsel)
    libre2-debuginfo (mipsel)
    libre2-devel (mipsel)

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

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

      1. gcc-c++

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


    16 июля 2020 г. Anton Farygin 20200706-alt1
    - new version
    5 июня 2020 г. Anton Farygin 20200601-alt1
    - new version
    1 апреля 2020 г. Anton Farygin 20200401-alt1
    - new version