mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
23 lines
565 B
JSON
23 lines
565 B
JSON
{
|
|
"name": "paho-mqtt",
|
|
"version": "1.3.12",
|
|
"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
|
|
}
|
|
]
|
|
}
|