mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
691dd562b5
* [json-c] Fix build with clang * version * add c-flags * v db
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "json-c",
|
|
"version-date": "2022-06-26",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|