aboutsummaryrefslogtreecommitdiff
path: root/ports/libarchive/vcpkg.json
blob: 1e1ad9f9284b0f017bf11cd59fd35d751ee6fba7 (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
{
  "name": "libarchive",
  "version-semver": "3.4.3",
  "port-version": 6,
  "description": "Library for reading and writing streaming archives",
  "homepage": "https://github.com/libarchive/libarchive",
  "supports": "!uwp",
  "dependencies": [
    "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",
      "dependencies": [
        "openssl"
      ]
    },
    "zstd": {
      "description": "Zstd support",
      "dependencies": [
        "zstd"
      ]
    }
  }
}