aboutsummaryrefslogtreecommitdiff
path: root/ports/libarchive/vcpkg.json
blob: c8060441126495967b55712e329a5e0802bf1ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "name": "libarchive",
  "version-semver": "3.5.2",
  "port-version": 1,
  "description": "Library for reading and writing streaming archives",
  "homepage": "https://github.com/libarchive/libarchive",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ],
  "default-features": [
    "bzip2",
    "libxml2",
    "lz4",
    "lzma",
    "openssl",
    "zstd"
  ],
  "features": {
    "bzip2": {
      "description": "BZip2 support",
      "dependencies": [
        "bzip2"
      ]
    },
    "libxml2": {
      "description": "Libxml2 support",
      "dependencies": [
        "libxml2"
      ]
    },
    "lz4": {
      "description": "Lz4 support",
      "dependencies": [
        "lz4"
      ]
    },
    "lzma": {
      "description": "Lzma support",
      "dependencies": [
        "liblzma"
      ]
    },
    "lzo": {
      "description": "Lzo support",
      "dependencies": [
        "lzo"
      ]
    },
    "openssl": {
      "description": "OpenSSL support (not available on macOS)",
      "dependencies": [
        {
          "name": "openssl",
          "platform": "!osx"
        }
      ]
    },
    "zstd": {
      "description": "Zstd support",
      "dependencies": [
        "zstd"
      ]
    }
  }
}