mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
883a437946
* Update re2 to 2022-12-01 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
457 B
JSON
18 lines
457 B
JSON
{
|
|
"name": "re2",
|
|
"version-date": "2022-12-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
|
|
}
|
|
]
|
|
}
|