mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 05:39:00 +08:00
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "libcbor",
|
|
"version": "0.11.0",
|
|
"port-version": 1,
|
|
"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
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|