aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-c-compression/vcpkg.json
blob: 1a9c157354380739baeba3b4dc2303e68b8204b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "aws-c-compression",
  "version": "0.2.14",
  "description": "C99 implementation of huffman encoding/decoding",
  "homepage": "https://github.com/awslabs/aws-c-compression",
  "supports": "!arm & !uwp",
  "dependencies": [
    "aws-c-common",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}