mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:08:59 +08:00
15 lines
338 B
JSON
15 lines
338 B
JSON
|
{
|
||
|
"name": "mqtt-cpp",
|
||
|
"version-string": "9.0.0",
|
||
|
"port-version": 1,
|
||
|
"description": "Header-only MQTT client/server for C++14 based on Boost.Asio.",
|
||
|
"homepage": "https://github.com/redboltz/mqtt_cpp",
|
||
|
"dependencies": [
|
||
|
"boost-any",
|
||
|
"boost-asio",
|
||
|
"boost-log",
|
||
|
"boost-multi-index",
|
||
|
"boost-type-erasure"
|
||
|
]
|
||
|
}
|