vcpkg/ports/azure-umqtt-c/vcpkg.json
Raul Leclair a03fa63245
[azure-iot-sdk-c] LTS_08_2023 (#33016)
* LTS 08-2023 Commit

* Changing control version

* Updating control version 2

* Adding versions

* Removing date update

* Removing changes to umock-c

* Removing azure macro utils c

* Changes to port version
2023-08-10 10:21:56 -07:00

21 lines
448 B
JSON

{
"name": "azure-umqtt-c",
"version-date": "2023-08-03",
"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
}
]
}