mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
8abb3a585c
* [jsoncons] Update to version 0.168.7 * [jsoncons] Update to ver 0.168.7, update baseline * [jsoncons] port-version removed from vcpkg.json * update version * Modernize and use new functions * overwrite version Co-authored-by: FrankXie <v-frankxie@microsoft.com>
18 lines
499 B
JSON
18 lines
499 B
JSON
{
|
|
"name": "jsoncons",
|
|
"version": "0.168.7",
|
|
"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
|
|
}
|
|
]
|
|
}
|