修改re2 源数据

Signed-off-by: ganchuantao <ganchuantao1@huawei.com>
This commit is contained in:
ganchuantao
2025-06-13 06:38:20 +00:00
committed by Gitee
parent 0caadd0eda
commit 69fea09a45
+2 -1
View File
@@ -1,10 +1,11 @@
[
{
"Name": "openEuler:re2",
"Name": "re2",
"License": "BSD 3-Clause License",
"License File": "LICENSE",
"Version Number": "2024-07-02",
"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" ]
}
]