mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:48:59 +08:00
85ee7ef3cd
* [pcre2] Update to 10.42 * CI
44 lines
899 B
JSON
44 lines
899 B
JSON
{
|
|
"name": "pcre2",
|
|
"version": "10.42",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|