vcpkg/ports/pcre/vcpkg.json

19 lines
330 B
JSON
Raw Normal View History

{
"name": "pcre",
"version": "8.45",
"port-version": 6,
"description": "Perl Compatible Regular Expressions",
"homepage": "https://www.pcre.org/",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}