mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 05:39:01 +08:00
a7f0aca862
* [json-c] Updated to the latest version * [json-c] Change * [json-c] Fixes * [json-c] Changes that have been requested * [json-c] Formatted and x-add-version * [json-c] Changes that have been requested * [json-c] Changes that have been requested * [json-c] Fix SHA
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"name": "json-c",
|
|
"version-date": "2022-06-26",
|
|
"description": "A JSON implementation in C",
|
|
"homepage": "https://github.com/json-c/json-c",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|