mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
d955e62d7e
* [yyjson] Update to 0.3.0 * [yyjson] vcpkg x-add-version yyjson
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"name": "yyjson",
|
|
"version": "0.3.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|