Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
408 B
JSON

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