mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:55:50 +08:00
ff190a561a
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "azure-iot-sdk-c",
|
|
"version-date": "2020-12-09",
|
|
"port-version": 2,
|
|
"description": "A C99 SDK for connecting devices to Microsoft Azure IoT services",
|
|
"homepage": "https://github.com/Azure/azure-iot-sdk-c",
|
|
"dependencies": [
|
|
"azure-c-shared-utility",
|
|
"azure-macro-utils-c",
|
|
"azure-uamqp-c",
|
|
"azure-uhttp-c",
|
|
"azure-umqtt-c",
|
|
"parson",
|
|
"umock-c"
|
|
],
|
|
"features": {
|
|
"public-preview": {
|
|
"description": "A version of the azure-iot-sdk-c containing public-preview features.",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-c-shared-utility",
|
|
"features": [
|
|
"public-preview"
|
|
]
|
|
},
|
|
{
|
|
"name": "azure-macro-utils-c",
|
|
"features": [
|
|
"public-preview"
|
|
]
|
|
},
|
|
{
|
|
"name": "azure-uamqp-c",
|
|
"features": [
|
|
"public-preview"
|
|
]
|
|
},
|
|
{
|
|
"name": "azure-uhttp-c",
|
|
"features": [
|
|
"public-preview"
|
|
]
|
|
},
|
|
{
|
|
"name": "azure-umqtt-c",
|
|
"features": [
|
|
"public-preview"
|
|
]
|
|
},
|
|
{
|
|
"name": "umock-c",
|
|
"features": [
|
|
"public-preview"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"use-prov-client": {
|
|
"description": "Enables device provisioning client for DPS"
|
|
}
|
|
}
|
|
}
|