mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-11 21:34:02 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
619 B
JSON
14 lines
619 B
JSON
{
|
|
"name": "mosquitto",
|
|
"version": "2.0.12",
|
|
"port-version": 2,
|
|
"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/download/",
|
|
"dependencies": [
|
|
"c-ares",
|
|
"libwebsockets",
|
|
"openssl",
|
|
"pthreads"
|
|
]
|
|
}
|