mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
c9bbaff157
* [json-c] fix clang-cl builds * v db
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "json-c",
|
|
"version-date": "2022-06-26",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|