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

  • Default inline alert: Версия в репозитории: 20240501-alt2

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

Сопровождающий: Ilya Kurdyukov


Права:
Anton Farygin
Igor Vlasenko
@everybody

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

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


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
19 апреля 2023 г. Alexey Shabalin 20230301-alt1
- update to 2023-03-01
- switch to cmake for build