vcpkg/ports/jsoncons/vcpkg.json
Daniel Parker c081319f6d
[jsoncons] Update to version 0.170.2 (#31419)
* [jsoncons] Update to 0.170.1

* Update baseline

* [jsoncons] Update to 0.170.2

* [jsoncons] Update baseline
2023-05-15 13:16:44 -07:00

18 lines
499 B
JSON

{
"name": "jsoncons",
"version": "0.170.2",
"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
}
]
}