vcpkg/ports/re2/vcpkg.json
jim wang 6b8fd05982
[re2] update to 2023-02-01 (#29747)
* [re2] update to 2023-02-01

* [re2] update to 2023-02-01

* [re2] update to 2023-02-01

* [re2] update to 2023-02-01
2023-02-21 08:09:59 -08:00

18 lines
457 B
JSON

{
"name": "re2",
"version-date": "2023-02-01",
"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.",
"homepage": "https://github.com/google/re2",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}