vcpkg/ports/jsoncons/vcpkg.json
MonicaLiu 571ca110d0
[jsoncons] Update to v0.169.0 (#28714)
* update jsoncons

* update version

* update jsoncons

* update version

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-07 01:17:19 -08:00

18 lines
499 B
JSON

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