mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:09:08 +08:00
30 lines
577 B
JSON
30 lines
577 B
JSON
{
|
|
"name": "azure-c-shared-utility",
|
|
"version-date": "2023-01-18",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|