vcpkg/ports/parson/vcpkg.json
Mengna Li 66b18ed3de
[parson] Update to 2022-11-13 (#27885)
* update to latest

* update version

* fix patch
2022-11-18 13:05:16 -08:00

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
}
]
}