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

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

Исходный пакет: libre2
Версия: 20190601-alt1
Последняя версия по данным Repology
Собран:  29 июня 2019 г. 14:25 в задании #233222
Сообщить об ошибке в пакете
Домашняя страница: 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 (x86_64, i586, aarch64)
libre2-debuginfo (x86_64, i586, aarch64)
libre2-devel (x86_64, i586, aarch64)

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

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

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

    1. gcc-c++

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


26 июня 2019 г. Anton Farygin 20190601-alt1
- updated to 20190601
- cleanup specfile
27 сентября 2017 г. Igor Vlasenko 20160401-alt1_5
- update to new release by fcimport
16 марта 2017 г. Igor Vlasenko 20160401-alt1_3
- update to new release by fcimport