mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
9c5648feb8
* [paho-mqtt] update to 1.3.9 * update version * revert patch format * update version
10 lines
344 B
JSON
10 lines
344 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|