vcpkg/ports/jsoncons/vcpkg.json
Daniel Parker 409107802e
[jsoncons] Update to 0.173.2 (#36163)
* [jsoncons] Update to 0.173.2

* git add -u && git commit

* [jsoncons] Update to 0.173.2

* [jsoncons] vcpkg x-add-version --all
2024-01-17 11:52:27 -08:00

18 lines
499 B
JSON

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