vcpkg/ports/jsoncpp/vcpkg.json
2023-10-12 19:34:04 -07:00

18 lines
493 B
JSON

{
"name": "jsoncpp",
"version": "1.9.5",
"port-version": 1,
"description": "jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human.",
"homepage": "https://github.com/open-source-parsers/jsoncpp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}