blob: 60537946c2b912423d3e471876c2adbd7771fa94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "azure-storage-common-cpp",
"version-string": "12.0.0-beta.10",
"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/master/sdk/storage/azure-storage-common",
"dependencies": [
"azure-core-cpp",
"libxml2",
{
"name": "openssl",
"platform": "!windows"
}
]
}
|