mirror of
https://github.com/openharmony/third_party_re2.git
synced 2026-07-01 09:20:39 -04:00
300c4757ad
- Replace core source files with upstream 2025-08-12 release - Remove abseil-cpp dependencies (uses std::optional instead of absl::optional) - Replace ABSL_FALLTHROUGH_INTENDED with C++17 [[fallthrough]] - Add NULL pattern handling in re2.cc 关联 Issue: #26 Co-Authored-By: Agent Signed-off-by: 王俊龙 <wangjunlong8@h-partners.com>
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
[
|
|
{
|
|
"Name": "re2",
|
|
"License": "BSD 3-Clause License",
|
|
"License File": "LICENSE",
|
|
"Version Number": "2025-08-12",
|
|
"Upstream URL": "https://github.com/google/re2",
|
|
"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.",
|
|
"Dependencies": [ "abseil-cpp" ]
|
|
}
|
|
] |