aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jsoncons/vcpkg.json
blob: 234e16d7a0ef568816789983d9e2aa48b8d7641c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}