mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
b5b1bdb20a
* [libcbor] Update to 0.9.0 * version * Fix cmake config * version * remove cmake config * version
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
|
|
}
|
|
]
|
|
}
|