mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
806633950c
Co-authored-by: Monica <v-liumonica@microsoft.com>
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "parson",
|
|
"version-date": "2023-10-31",
|
|
"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
|
|
}
|
|
]
|
|
}
|