mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 11:29:02 +08:00
18 lines
349 B
JSON
18 lines
349 B
JSON
|
{
|
||
|
"name": "yyjson",
|
||
|
"version-date": "2021-04-12",
|
||
|
"description": "A high performance JSON library written in ANSI C",
|
||
|
"homepage": "https://github.com/ibireme/yyjson",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|