diff options
Diffstat (limited to 'vcpkg/ports/json-schema-validator/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/json-schema-validator/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/json-schema-validator/vcpkg.json b/vcpkg/ports/json-schema-validator/vcpkg.json new file mode 100644 index 0000000..898c8e9 --- /dev/null +++ b/vcpkg/ports/json-schema-validator/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "json-schema-validator", + "version": "2.3.0", + "port-version": 2, + "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 + } + ] +} |