vcpkg/ports/re2/vcpkg.json
chausner 883a437946
[re2] Update to 2022-12-01 (#29098)
* Update re2 to 2022-12-01

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-23 16:01:32 -08:00

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
}
]
}