vcpkg/ports/paho-mqtt/vcpkg.json

10 lines
344 B
JSON
Raw Normal View History

{
"name": "paho-mqtt",
"version-semver": "1.3.9",
"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",
"dependencies": [
"openssl"
]
}