Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

29 lines
556 B
JSON

{
"name": "azure-c-shared-utility",
"version-date": "2025-03-31",
"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
}
]
}