vcpkg/ports/azure-umqtt-c/vcpkg.json
2023-02-03 12:14:45 -08:00

21 lines
448 B
JSON

{
"name": "azure-umqtt-c",
"version-date": "2023-01-18",
"description": "General purpose library for communication over the mqtt protocol",
"homepage": "https://github.com/Azure/azure-umqtt-c",
"license": "MIT",
"dependencies": [
"azure-c-shared-utility",
"azure-macro-utils-c",
"umock-c",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}