mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
72a711e5fb
* update lincbor * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
14 lines
327 B
JSON
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
|
|
}
|
|
]
|
|
}
|