aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kubazip/vcpkg.json
blob: 484f9109a1791481e0f7f9370435f33d453e76fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "kubazip",
  "version": "0.3.5",
  "description": "A portable, simple zip library written in C",
  "homepage": "https://github.com/kuba--/zip",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}