blob: e32c54aed3e6634fdfa3b7241d427f0ccb468311 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "cjson",
"version": "1.7.15",
"description": "Ultralightweight JSON parser in ANSI C",
"homepage": "https://github.com/DaveGamble/cJSON",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"utils": {
"description": "Enable building the cJSON_Utils library"
}
}
}
|