aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jsoncons/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/jsoncons/vcpkg.json')
-rw-r--r--vcpkg/ports/jsoncons/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/jsoncons/vcpkg.json b/vcpkg/ports/jsoncons/vcpkg.json
new file mode 100644
index 0000000..234e16d
--- /dev/null
+++ b/vcpkg/ports/jsoncons/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "jsoncons",
+ "version": "1.4.3",
+ "description": "A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON",
+ "homepage": "https://github.com/danielaparker/jsoncons",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}