aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-common/vcpkg.json
blob: a6edaaa0c3e8ef1d1ef3cc93fc9d0daa739207e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "aws-c-common",
  "version": "0.12.5",
  "description": "AWS common library for C",
  "homepage": "https://github.com/awslabs/aws-c-common",
  "license": "Apache-2.0",
  "supports": "!(windows & arm32) & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}