mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 00:29:01 +08:00
19 lines
587 B
JSON
19 lines
587 B
JSON
{
|
|
"name": "jsoncpp",
|
|
"version": "1.9.5",
|
|
"port-version": 5,
|
|
"description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.",
|
|
"homepage": "https://github.com/open-source-parsers/jsoncpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|