mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:39:02 +08:00
25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"name": "azure-iot-sdk-c",
|
|
"version-date": "2023-01-18",
|
|
"description": "A C99 SDK for connecting devices to Microsoft Azure IoT services",
|
|
"homepage": "https://github.com/Azure/azure-iot-sdk-c",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"azure-c-shared-utility",
|
|
"azure-macro-utils-c",
|
|
"azure-uamqp-c",
|
|
"azure-uhttp-c",
|
|
"azure-umqtt-c",
|
|
"parson",
|
|
"umock-c",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|