mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:41:37 +08:00
48 lines
964 B
JSON
48 lines
964 B
JSON
|
{
|
||
|
"name": "azure-c-shared-utility",
|
||
|
"version-string": "2020-12-09",
|
||
|
"port-version": 2,
|
||
|
"description": "Azure C SDKs common code",
|
||
|
"homepage": "https://github.com/Azure/azure-c-shared-utility",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"azure-macro-utils-c",
|
||
|
{
|
||
|
"name": "curl",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
{
|
||
|
"name": "openssl",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
"umock-c"
|
||
|
],
|
||
|
"features": {
|
||
|
"public-preview": {
|
||
|
"description": "Azure C SDKs common code (public preview)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "azure-macro-utils-c",
|
||
|
"features": [
|
||
|
"public-preview"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "curl",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
{
|
||
|
"name": "openssl",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
{
|
||
|
"name": "umock-c",
|
||
|
"features": [
|
||
|
"public-preview"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|