vcpkg/ports/paho-mqtt/vcpkg.json
Carsten Grimm ea11fd4ba0
[paho-mqtt] use high performance (#36069)
* [paho-mqtt] use high performance

* [paho-mqtt] regenerate version info
2024-01-08 13:11:41 -08:00

24 lines
586 B
JSON

{
"name": "paho-mqtt",
"version": "1.3.13",
"port-version": 1,
"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
}
]
}