mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
a03fa63245
* 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
29 lines
556 B
JSON
29 lines
556 B
JSON
{
|
|
"name": "azure-c-shared-utility",
|
|
"version-date": "2023-08-07",
|
|
"description": "Azure C SDKs common code",
|
|
"homepage": "https://github.com/Azure/azure-c-shared-utility",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"azure-macro-utils-c",
|
|
{
|
|
"name": "curl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
"umock-c",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|