aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zziplib/vcpkg.json
blob: f233887c136d47fa5aaf5765c1eec88e655a74a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "zziplib",
  "version": "0.13.80",
  "description": "library providing read access on ZIP-archives",
  "homepage": "https://github.com/gdraheim/zziplib",
  "license": "LGPL-2.0-or-later OR MPL-1.1",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}