mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
23 lines
435 B
JSON
23 lines
435 B
JSON
{
|
|
"name": "cjson",
|
|
"version": "1.7.18",
|
|
"description": "Ultralightweight JSON parser in ANSI C",
|
|
"homepage": "https://github.com/DaveGamble/cJSON",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"utils": {
|
|
"description": "Enable building the cJSON_Utils library"
|
|
}
|
|
}
|
|
}
|