blob: a0211d3c836aa4c27c6fc5c164ffc0ffd33f04e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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"
}
}
}
|