mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
6b8fd05982
* [re2] update to 2023-02-01 * [re2] update to 2023-02-01 * [re2] update to 2023-02-01 * [re2] update to 2023-02-01
18 lines
457 B
JSON
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
|
|
}
|
|
]
|
|
}
|