aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zlib-ng/vcpkg.json
blob: 227c91c18e19521e1091f423c638487a6b1ad8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "zlib-ng",
  "version": "2.2.5",
  "description": "zlib replacement with optimizations for 'next generation' systems",
  "homepage": "https://github.com/zlib-ng/zlib-ng",
  "license": "Zlib",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}