mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:19:00 +08:00
5c1b068f0f
* Update oniguruma to 6.9.7.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
22 lines
409 B
JSON
22 lines
409 B
JSON
{
|
|
"name": "oniguruma",
|
|
"version": "6.9.7.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"
|
|
}
|
|
}
|
|
}
|