aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-c-shared-utility/vcpkg.json
blob: 4db331572f0a26a83dec38db221c3a2838363843 (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
{
  "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
    }
  ]
}