vcpkg/ports/json-c/vcpkg.json
Kai Pastor 3a484e1e7f
[json-c] Disable tests (#26450)
* Disable json-c tests

* Update versions
2022-08-22 09:35:38 -07:00

19 lines
346 B
JSON

{
"name": "json-c",
"version-date": "2022-06-26",
"port-version": 2,
"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
}
]
}