mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:29:53 +08:00
8cca60b3ca
* [Azure-*] Remove version constraint * Update the baseline version * Remove builtin-baseline * format manifest file * Update baseline version
31 lines
686 B
JSON
31 lines
686 B
JSON
{
|
|
"name": "azure-storage-common-cpp",
|
|
"version-semver": "12.0.1",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Microsoft Azure Common Storage SDK for C++",
|
|
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false
|
|
},
|
|
"libxml2",
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|