vcpkg/ports/libcbor/vcpkg.json
MonicaLiu 72a711e5fb
[libcbor] Update to 0.10.2 (#30168)
* update lincbor

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-14 11:59:55 -07:00

14 lines
327 B
JSON

{
"name": "libcbor",
"version": "0.10.2",
"description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format",
"homepage": "https://github.com/PJK/libcbor",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}