aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qcbor/vcpkg.json
blob: a7e1cb71ffd92f9f69068c8f6bff5caf9c680bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "qcbor",
  "version": "1.5.3",
  "description": "Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.",
  "homepage": "https://github.com/laurencelundblade/QCBOR",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}