aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinycbor/vcpkg.json
blob: df38507cbfe820be637ce019ea4035321fe395d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "tinycbor",
  "version-semver": "0.6.1",
  "description": "Concise Binary Object Representation (CBOR) Library",
  "homepage": "https://github.com/intel/tinycbor",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}