vcpkg/ports/re2/vcpkg.json
2023-07-26 10:49:15 -07:00

19 lines
471 B
JSON

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