mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:10:24 +08:00
585ff442dd
* [jansson] cleanup * version * Roll back version * version * Unsupported on UWP * version * patch * Remove supports * version
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "jansson",
|
|
"version": "2.14",
|
|
"port-version": 1,
|
|
"description": "Jansson is a C library for encoding, decoding and manipulating JSON data",
|
|
"homepage": "https://github.com/akheron/jansson",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|