aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-uhttp-c/vcpkg.json
blob: ca6ca35490ede6b6a9803d1bb5217a8920100150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "azure-uhttp-c",
  "version-date": "2025-03-31",
  "description": "Azure HTTP Library written in C",
  "homepage": "https://github.com/Azure/azure-uhttp-c",
  "license": "MIT",
  "dependencies": [
    "azure-c-shared-utility",
    "azure-macro-utils-c",
    "umock-c",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}