aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-compression/vcpkg.json
blob: b07f295f53b5fc58da7bc5ad8faf05f3fb0bfa26 (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.3.1",
  "description": "C99 implementation of huffman encoding/decoding",
  "homepage": "https://github.com/awslabs/aws-c-compression",
  "license": "Apache-2.0",
  "dependencies": [
    "aws-c-common",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}