vcpkg/ports/libcbor/vcpkg.json
Sönke Schau d4c34fd271
[libcbor] New port (#16884)
* [libcbor] Initial commit

* [libcbor] Add metadata

* Changes made by vcpkg.exe format-manifest --all

* Changes made by vcpkg.exe x-add-version libcbor --overwrite-version
2021-03-29 09:25:14 -07:00

8 lines
267 B
JSON

{
"name": "libcbor",
"version-string": "0.8.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",
"supports": "(x86 | x64) & windows"
}