2021-03-30 00:25:14 +08:00
|
|
|
{
|
|
|
|
"name": "libcbor",
|
2024-03-08 14:36:36 +08:00
|
|
|
"version": "0.11.0",
|
2024-11-26 04:48:01 +08:00
|
|
|
"port-version": 1,
|
2021-03-30 00:25:14 +08:00
|
|
|
"description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format",
|
2022-04-29 07:10:18 +08:00
|
|
|
"homepage": "https://github.com/PJK/libcbor",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2024-03-08 14:36:36 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2022-04-29 07:10:18 +08:00
|
|
|
}
|
|
|
|
]
|
2021-03-30 00:25:14 +08:00
|
|
|
}
|