mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 03:41:37 +08:00
e82778a710
* set license in re2 * run x-add-version Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
19 lines
478 B
JSON
19 lines
478 B
JSON
{
|
|
"name": "re2",
|
|
"version-date": "2021-11-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",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|