vcpkg/ports/re2/vcpkg.json
2021-10-29 01:22:51 -07:00

18 lines
449 B
JSON

{
"name": "re2",
"version-date": "2021-09-01",
"port-version": 1,
"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
}
]
}