vcpkg/ports/pcre2/vcpkg.json

18 lines
375 B
JSON
Raw Normal View History

{
"name": "pcre2",
"version": "10.39",
"port-version": 2,
"description": "Regular Expression pattern matching using the same syntax and semantics as Perl 5.",
"homepage": "https://github.com/PhilipHazel/pcre2",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}