vcpkg/ports/pcre2/vcpkg.json
2023-05-11 11:37:21 -07:00

45 lines
920 B
JSON

{
"name": "pcre2",
"version": "10.40",
"port-version": 2,
"description": "Regular Expression pattern matching using the same syntax and semantics as Perl 5.",
"homepage": "https://github.com/PCRE2Project/pcre2",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "bzip2",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"default-features": [
"platform-default-features"
],
"features": {
"jit": {
"description": "Build JIT support",
"supports": "!emscripten"
},
"platform-default-features": {
"description": "Enable default features",
"dependencies": [
{
"name": "pcre2",
"features": [
"jit"
],
"platform": "!emscripten"
}
]
}
}
}