aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/botan/vcpkg.json
blob: 1c2ce26fbaaadd18a3fe5d8668221c7339a226e9 (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
{
  "name": "botan",
  "version": "3.7.1",
  "description": "A cryptography library written in C++11",
  "homepage": "https://botan.randombit.net",
  "license": "BSD-2-Clause",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    }
  ],
  "features": {
    "amalgamation": {
      "description": "Do an amalgamation build of the library"
    },
    "zlib": {
      "description": "Build with zlib. Enable compression pipes.",
      "dependencies": [
        {
          "name": "vcpkg-pkgconfig-get-modules",
          "host": true
        },
        "zlib"
      ]
    }
  }
}