aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-mqtt/vcpkg.json
blob: 9d56eec99c4b5e020b8bd2336a0d7f7ba06195af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "aws-c-mqtt",
  "version": "0.13.3",
  "description": "C99 implementation of the MQTT 3.1.1 specification.",
  "homepage": "https://github.com/awslabs/aws-c-mqtt",
  "license": "Apache-2.0",
  "dependencies": [
    "aws-c-http",
    "aws-c-io",
    {
      "name": "s2n",
      "platform": "!uwp & !windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}