mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
51f0aa0b54
* [jsoncpp] Disable distributing obj files * version
19 lines
513 B
JSON
19 lines
513 B
JSON
{
|
|
"name": "jsoncpp",
|
|
"version": "1.9.5",
|
|
"port-version": 2,
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|