mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:39:02 +08:00
23 lines
537 B
JSON
23 lines
537 B
JSON
{
|
|
"name": "json-schema-validator",
|
|
"version": "2.3.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|