aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtcoap/vcpkg.json
blob: a02ff3ea7786018b5e9ceaf127741d18c02fa2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "qtcoap",
  "version": "6.9.1",
  "description": "Qt CoAP implements the client side of CoAP.",
  "homepage": "https://www.qt.io/",
  "license": null,
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "network"
      ]
    }
  ]
}