aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/zlib/vcpkg.json
blob: 7ef1f29d8ed9e5b8868df151cd0459e0312b92f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "zlib",
  "version": "1.2.13",
  "description": "A compression library",
  "homepage": "https://www.zlib.net/",
  "license": "Zlib",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}