vcpkg/ports/libcbor/vcpkg.json

18 lines
395 B
JSON
Raw Normal View History

{
"name": "libcbor",
"version": "0.11.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
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}