Пакет libre2: Информация
Исходный пакет: libre2
Версия: 20251105-alt1
Собран: 1 июля 2026 г. 6:03 в задании #422748
Категория: Система/Библиотеки
Сообщить об ошибке в пакетеДомашняя страница: 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, i586, aarch64)
libre2_11 (x86_64, i586, aarch64)
libre2_11-debuginfo (x86_64, i586, aarch64)
python3-module-google-re2 (x86_64, i586, aarch64)
python3-module-google-re2-debuginfo (x86_64, i586, aarch64)
libre2-devel (x86_64, i586, aarch64)
libre2_11 (x86_64, i586, aarch64)
libre2_11-debuginfo (x86_64, i586, aarch64)
python3-module-google-re2 (x86_64, i586, aarch64)
python3-module-google-re2-debuginfo (x86_64, i586, aarch64)
Сопровождающий: Anton Farygin
Последнее изменение
8 декабря 2025 г. Anton Farygin 20251105-alt1
- 20240702 -> 20251105
28 ноября 2024 г. Anton Zhukharev 20240702-alt2
- Built python bindings (closes 52209).
30 августа 2024 г. Anton Farygin 20240702-alt1
- 20240501 -> 20240702