vcpkg/ports/oniguruma/vcpkg.json
2024-10-21 15:33:18 -07:00

22 lines
407 B
JSON

{
"name": "oniguruma",
"version": "6.9.9",
"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"
}
}
}