2021-06-22 04:30:31 +08:00
|
|
|
{
|
|
|
|
"name": "pcre2",
|
2023-06-13 06:57:18 +08:00
|
|
|
"version": "10.42",
|
2023-09-23 02:35:42 +08:00
|
|
|
"port-version": 1,
|
2021-11-10 08:29:09 +08:00
|
|
|
"description": "Regular Expression pattern matching using the same syntax and semantics as Perl 5.",
|
2022-05-03 11:46:25 +08:00
|
|
|
"homepage": "https://github.com/PCRE2Project/pcre2",
|
|
|
|
"license": "BSD-3-Clause",
|
2021-11-10 08:29:09 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-09-23 02:35:42 +08:00
|
|
|
}
|
2023-05-12 02:37:21 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"platform-default-features"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"jit": {
|
2023-09-23 02:35:42 +08:00
|
|
|
"description": "Enable support for Just-In-Time compiling regex matchers",
|
2023-05-12 02:37:21 +08:00
|
|
|
"supports": "!emscripten"
|
|
|
|
},
|
|
|
|
"platform-default-features": {
|
|
|
|
"description": "Enable default features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "pcre2",
|
|
|
|
"features": [
|
|
|
|
"jit"
|
|
|
|
],
|
|
|
|
"platform": "!emscripten"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-22 04:30:31 +08:00
|
|
|
}
|