vcpkg/ports/tinycbor/vcpkg.json
Thomas1664 7fb979c4c1
[tinycbor] Fix file conflicts with libcbor (#24056)
* [tinycbor] Fix file conflicts with libcbor

* version

* license

* version
2022-04-10 16:13:06 -07:00

15 lines
303 B
JSON

{
"name": "tinycbor",
"version-semver": "0.6.0",
"port-version": 1,
"description": "Concise Binary Object Representation (CBOR) Library",
"homepage": "https://github.com/intel/tinycbor",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}