aboutsummaryrefslogtreecommitdiff
path: root/ports/json-schema-validator/CONTROL
diff options
context:
space:
mode:
authorAnkush Singh <11595119+thewisebro@users.noreply.github.com>2020-06-11 12:51:27 +0530
committerGitHub <noreply@github.com>2020-06-11 00:21:27 -0700
commit31aea2572884a9faed9eea443233261c1130c74f (patch)
tree1e3905dce262eec98e36b200e241f667cc4921b3 /ports/json-schema-validator/CONTROL
parent9c0893e04db383e87617b8119659a734e6398149 (diff)
downloadvcpkg-31aea2572884a9faed9eea443233261c1130c74f.tar.gz
vcpkg-31aea2572884a9faed9eea443233261c1130c74f.zip
[json-schema-validator] Add new port (#11599)
* [json-schema-validator] Add new port * [json-schema-validator] Fix string ambiguous assignment error * [json-schema-validator] Remove redundant part from patch's path * [json-schema-validator] Forward find_package() for nlohmann_json * [json-schema-validator] comment out lines from source's CMakeLists.txt * [json-schema-validator] Improve portfile.cmake and regenerate patch Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/json-schema-validator/CONTROL')
-rw-r--r--ports/json-schema-validator/CONTROL5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/json-schema-validator/CONTROL b/ports/json-schema-validator/CONTROL
new file mode 100644
index 000000000..a602b1dec
--- /dev/null
+++ b/ports/json-schema-validator/CONTROL
@@ -0,0 +1,5 @@
+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]