vcpkg/ports/json-schema-validator/vcpkg.json
2024-02-05 11:31:14 -08:00

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
}
]
}