[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project re2-1:20240702-3.el10_0

Name re2
Epoch 1
Version 20240702
Release 3.el10_0
Website/URL https://github.com/google/re2
License BSD-3-Clause
Build Time 2024-12-28 12:36:32
Build Host builder-x86-03.inferitos.ru
Summary C++ fast alternative to backtracking RE engines
Repositories Extras
Description RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
python3-google-re2-1:20240702-3.el10_0.x86_64 RE2 Python bindings 233753647e8f9d9224a5046b43b7adcb172a8175c17691210921e70e5b9d7b8e download
re2-1:20240702-3.el10_0.x86_64 C++ fast alternative to backtracking RE engines fc9c895207fedf52eb815ef8f5a15d68eae382e5c694d9f8f1cfb6c2fab95164 download
re2-devel-1:20240702-3.el10_0.x86_64 C++ header files and library symbolic links for re2 23eec31b2e2ae5873473aa200ae47bdea6170685c70ea3509a5da0b744ccc2d8 download
aarch64
python3-google-re2-1:20240702-3.el10_0.aarch64 RE2 Python bindings 415c3e06038f962f98b4b3fb6133f756161c54fba068249aac13ae6d0113305f download
re2-1:20240702-3.el10_0.aarch64 C++ fast alternative to backtracking RE engines 5da5c7884ec6cf1fa2811a4f0b12dbc3725cb2840ea97b04ef1c0a6a20d7072e download
re2-devel-1:20240702-3.el10_0.aarch64 C++ header files and library symbolic links for re2 62ca2932b3ec707c6ad4be321446784c60c75a03a4862dcec85a74b0e03002d2 download
src
re2-1:20240702-3.el10_0.src C++ fast alternative to backtracking RE engines a4444811dc7fbabd66dfa822bb289a95d6e213038e1d26396675845dc93a78b7 download
Changelog link
* Thu Dec 26 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 20240702-3
- Rebuilt for MSVSphere 10

* Sun Oct 13 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-3
- Build the Python extension

* Sun Oct 13 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-2
- Enable full Unicode properties support by linking ICU

* Sun Oct 13 2024 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1:20240702-1
- Upgrade to 2024-07-02
- Incorporate a few minor packaging enhancements from Rawhide

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-16
- Include HTML and text syntax references as devel package documentation

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-14
- Improve the source URL

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-13
- Switch the URL from HTTP to HTTPS

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-12
- Convert License to SPDX

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-11
- Use a simplified description from upstream.

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-10
- Build with ninja instead of make
- This is modestly faster and has no disadvantages