22 lines
430 B
JSON
Executable file
22 lines
430 B
JSON
Executable file
{
|
|
"name": "oniguruma",
|
|
"version": "6.9.7.1",
|
|
"port-version": 1,
|
|
"description": "Modern and flexible regular expressions library",
|
|
"homepage": "https://github.com/kkos/oniguruma",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"non-posix": {
|
|
"description": "Disable POSIX API"
|
|
}
|
|
}
|
|
}
|