mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:11:49 +08:00
66b18ed3de
* update to latest * update version * fix patch
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "parson",
|
|
"version-date": "2022-11-13",
|
|
"description": "a lightweight json library written in C",
|
|
"homepage": "https://github.com/kgabis/parson",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|