aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-umqtt-c/vcpkg.json
blob: 282d84e50edf08c0acb4eb6525afbe0c54c95edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "azure-umqtt-c",
  "version-date": "2025-03-31",
  "description": "General purpose library for communication over the mqtt protocol",
  "homepage": "https://github.com/Azure/azure-umqtt-c",
  "license": "MIT",
  "dependencies": [
    "azure-c-shared-utility",
    "azure-macro-utils-c",
    "umock-c",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}