diff options
Diffstat (limited to 'vcpkg/ports/mosquitto/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mosquitto/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/mosquitto/vcpkg.json b/vcpkg/ports/mosquitto/vcpkg.json new file mode 100644 index 0000000..b1c24eb --- /dev/null +++ b/vcpkg/ports/mosquitto/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "mosquitto", + "version": "2.0.22", + "port-version": 1, + "description": "Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1, MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model, This makes it suitable for machine to machine messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino", + "homepage": "https://mosquitto.org/", + "license": "EPL-2.0", + "supports": "!uwp", + "dependencies": [ + "openssl", + "pthreads", + "uthash", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |