aboutsummaryrefslogtreecommitdiff
path: root/ports/szip/vcpkg.json
blob: 7c83b1a157ffdcabf026022eaca2c861902070b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "szip",
  "version": "2.1.1",
  "port-version": 7,
  "description": "Szip compression software, providing lossless compression of scientific data",
  "homepage": "https://support.hdfgroup.org/ftp/lib-external/szip",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}