mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:29:00 +08:00
25ed5f7cca
* Update json-schema-validator to 2.2.0 * Update CI baseline * Tweak description * Update CI baseline * Remove patch, address code review suggestions * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
22 lines
516 B
JSON
22 lines
516 B
JSON
{
|
|
"name": "json-schema-validator",
|
|
"version": "2.2.0",
|
|
"description": "C++ library for validating JSON documents based on a JSON Schema. This validator is based on the nlohmann-json library.",
|
|
"homepage": "https://github.com/pboettch/json-schema-validator",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "nlohmann-json",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|