14 lines
326 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|