aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/paho-mqtt/vcpkg.json
blob: 7c929cee0b1b8f9eb7e6a5809488c74139f1ac08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "paho-mqtt",
  "version": "1.3.15",
  "description": "Paho project provides open-source client implementations of MQTT and MQTT-SN messaging protocols aimed at new, existing, and emerging applications for the Internet of Things",
  "homepage": "https://github.com/eclipse/paho.mqtt.c",
  "license": "EPL-2.0",
  "dependencies": [
    {
      "name": "libuuid",
      "platform": "!osx & !windows"
    },
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}