aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-storage-common-cpp/vcpkg.json
blob: 5a79554293d20b1bee6a33aa21aa6df4bfd9572a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "$comment": [
    "NOTE: All changes made to this file will get overwritten by the next port release.",
    "Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
  ],
  "name": "azure-storage-common-cpp",
  "version-semver": "12.11.0",
  "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,
      "version>=": "1.14.1"
    },
    {
      "name": "libxml2",
      "default-features": false,
      "platform": "!windows"
    },
    {
      "name": "openssl",
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}