aboutsummaryrefslogtreecommitdiff
path: root/ports/libzippp/vcpkg.json
blob: e17b123b2878936e6009f629124a6c4e1a15bccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "libzippp",
  "version-string": "5.0-1.8.0",
  "port-version": 1,
  "description": "Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling",
  "homepage": "https://github.com/ctabin/libzippp",
  "dependencies": [
    {
      "name": "libzip",
      "default-features": false,
      "features": [
        "bzip2"
      ]
    },
    "zlib"
  ],
  "features": {
    "encryption": {
      "description": "Support encryption"
    }
  }
}