mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
25 lines
502 B
JSON
25 lines
502 B
JSON
{
|
|
"name": "aws-c-mqtt",
|
|
"version": "0.10.3",
|
|
"description": "C99 implementation of the MQTT 3.1.1 specification.",
|
|
"homepage": "https://github.com/awslabs/aws-c-mqtt",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(windows & arm) & !uwp",
|
|
"dependencies": [
|
|
"aws-c-http",
|
|
"aws-c-io",
|
|
{
|
|
"name": "s2n",
|
|
"platform": "!uwp & !windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|