aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-checksums/vcpkg.json
blob: 57f6ecc106d7b6fbd6d045977bd52b293d646089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "aws-checksums",
  "version": "0.1.11",
  "description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
  "homepage": "https://github.com/awslabs/aws-checksums",
  "supports": "!arm & !windows",
  "dependencies": [
    "aws-c-common",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}