mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-25 06:30:25 +08:00
7f76810a5f
Fixes danielaparker/jsoncons #519 Fixes danielaparker/jsoncons #509 Fixes danielaparker/jsoncons #520 Fixes danielaparker/jsoncons #521 Fixes danielaparker/jsoncons #518
18 lines
499 B
JSON
18 lines
499 B
JSON
{
|
|
"name": "jsoncons",
|
|
"version": "0.176.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
|
|
}
|
|
]
|
|
}
|