vcpkg/ports/re2/vcpkg.json
chausner 3c4257b9af
[re2] Update to 2021-11-01 (#21373)
* Update re2 to 2021-11-01

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:33:47 -08:00

17 lines
428 B
JSON

{
"name": "re2",
"version-date": "2021-11-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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}