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