vcpkg/ports/libcbor/vcpkg.json
Thomas1664 b5b1bdb20a
[libcbor] Update to 0.9.0 (#24453)
* [libcbor] Update to 0.9.0

* version

* Fix cmake config

* version

* remove cmake config

* version
2022-04-28 16:10:18 -07:00

14 lines
326 B
JSON

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