2021-07-21 01:24:58 +08:00
|
|
|
{
|
|
|
|
"name": "cjson",
|
2021-09-24 08:50:47 +08:00
|
|
|
"version": "1.7.15",
|
2022-08-03 14:21:20 +08:00
|
|
|
"port-version": 2,
|
2021-07-21 01:24:58 +08:00
|
|
|
"description": "Ultralightweight JSON parser in ANSI C",
|
|
|
|
"homepage": "https://github.com/DaveGamble/cJSON",
|
2022-08-03 14:21:20 +08:00
|
|
|
"license": "MIT",
|
2021-09-24 08:50:47 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-07-21 01:24:58 +08:00
|
|
|
"features": {
|
|
|
|
"utils": {
|
|
|
|
"description": "Enable building the cJSON_Utils library"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|