diff options
Diffstat (limited to 'ports/json-schema-validator')
| -rw-r--r-- | ports/json-schema-validator/CONTROL | 5 | ||||
| -rw-r--r-- | ports/json-schema-validator/vcpkg.json | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/ports/json-schema-validator/CONTROL b/ports/json-schema-validator/CONTROL deleted file mode 100644 index a602b1dec..000000000 --- a/ports/json-schema-validator/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: json-schema-validator -Version: 2.1.0 -Homepage: https://github.com/pboettch/json-schema-validator -Description: This is a C++ library for validating JSON documents based on a JSON Schema. This validator is based on nlohmann json library. -Build-Depends: nlohmann-json[core] diff --git a/ports/json-schema-validator/vcpkg.json b/ports/json-schema-validator/vcpkg.json new file mode 100644 index 000000000..387afe109 --- /dev/null +++ b/ports/json-schema-validator/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "json-schema-validator", + "version-string": "2.1.0", + "port-version": 1, + "description": "This is a C++ library for validating JSON documents based on a JSON Schema. This validator is based on nlohmann json library.", + "homepage": "https://github.com/pboettch/json-schema-validator", + "dependencies": [ + { + "name": "nlohmann-json", + "default-features": false + } + ] +} |
