pineapple-src/externals/vcpkg/ports/libcbor/vcpkg.json

14 lines
326 B
JSON
Raw Normal View History

2022-07-23 01:01:36 +00:00
{
"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
}
]
}