aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-uhttp-c/vcpkg.json
blob: 11f6fea12c3f02d77903613a0a79d9e24e209c5f (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
{
  "name": "azure-uhttp-c",
  "version-date": "2021-09-09",
  "description": "Azure HTTP Library written in C",
  "homepage": "https://github.com/Azure/azure-uhttp-c",
  "dependencies": [
    "azure-c-shared-utility",
    "azure-macro-utils-c",
    "umock-c"
  ],
  "features": {
    "public-preview": {
      "description": "Azure HTTP Library written in C (public preview)",
      "dependencies": [
        {
          "name": "azure-c-shared-utility",
          "features": [
            "public-preview"
          ]
        },
        {
          "name": "azure-macro-utils-c",
          "features": [
            "public-preview"
          ]
        },
        {
          "name": "umock-c",
          "features": [
            "public-preview"
          ]
        }
      ]
    }
  }
}