aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-c-cal/vcpkg.json
blob: 1045509244475ddcf8a3b6145e853d51214f451f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "aws-c-cal",
  "version": "0.5.11",
  "description": "C99 wrapper for cryptography primitives.",
  "homepage": "https://github.com/awslabs/aws-c-cal",
  "supports": "!arm & !uwp",
  "dependencies": [
    "aws-c-common",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}