mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-14 15:23:09 -05:00
15 lines
303 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|