Package libre2
Source package: libre2
Version: 20220401-alt1
Category: System/Libraries
Report package bug
Version: 20220401-alt1
Build time: May 11, 2022, 11:58 AM
in the task #299770
Report package bug
Gear: https://git.altlinux.org/gears/l/libre2.git?a=tree;hb=176588107d…
Home page: http://github.com/google/re2/
Home page: http://github.com/google/re2/
License: BSD
Summary: C++ fast alternative to backtracking RE engines
Description:
Summary: C++ fast alternative to backtracking RE engines
Description:
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).
List of rpms provided by this srpm:
libre2 (x86_64, ppc64le, i586, armh, aarch64)
libre2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libre2-devel (x86_64, ppc64le, i586, armh, aarch64)
libre2 (x86_64, ppc64le, i586, armh, aarch64)
libre2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libre2-devel (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Anton Farygin
List of contributors:
Anton Farygin
Igor Vlasenko
ACL: Anton Farygin, Igor Vlasenko, @everybody
Last changes:List of contributors:
Anton Farygin
Igor Vlasenko
ACL: Anton Farygin, Igor Vlasenko, @everybody
May 11, 2022 Anton Farygin 20220401-alt1 |
- update to 2022-04-01 |
Feb. 12, 2022 Anton Farygin 20220201-alt1 |
- update to 2022-02-01 |
Nov. 22, 2021 Anton Farygin 20211101-alt1 |
- update to 2021-11-01 |