Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
461 B
JSON

{
"name": "aws-c-mqtt",
"version": "0.12.2",
"description": "C99 implementation of the MQTT 3.1.1 specification.",
"homepage": "https://github.com/awslabs/aws-c-mqtt",
"license": "Apache-2.0",
"dependencies": [
"aws-c-http",
"aws-c-io",
{
"name": "s2n",
"platform": "!uwp & !windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}