23 lines
483 B
JSON
Executable File
23 lines
483 B
JSON
Executable File
{
|
|
"name": "mqtt-cpp",
|
|
"version-semver": "13.0.0",
|
|
"description": "Header-only MQTT client/server for C++14 based on Boost.Asio.",
|
|
"homepage": "https://github.com/redboltz/mqtt_cpp",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
"boost-any",
|
|
"boost-asio",
|
|
"boost-multi-index",
|
|
"boost-program-options",
|
|
"boost-type-erasure",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|