aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libczi/vcpkg.json
blob: b442290adc91ee6ccafa4df6cd5e3090ce0f9730 (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
{
  "name": "libczi",
  "version": "0.67.2",
  "description": "library to read and write CZI files.",
  "homepage": "https://github.com/ZEISS/libczi",
  "license": null,
  "dependencies": [
    "eigen3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zstd"
  ],
  "features": {
    "azureblobstore": {
      "description": "Azure Blob Storage support",
      "dependencies": [
        "azure-identity-cpp",
        "azure-storage-blobs-cpp"
      ]
    },
    "curl": {
      "description": "cURL support",
      "dependencies": [
        {
          "name": "curl",
          "default-features": false,
          "features": [
            "ssl"
          ]
        }
      ]
    }
  }
}