vcpkg/ports/json-c/vcpkg.json
Luiz a7f0aca862
[json-c] Updated to the version 2022-06-22 (#25565)
* [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
2022-07-07 14:19:24 -07:00

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
}
]
}