aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/abumq-ripe/vcpkg.json
blob: 7cf8e33131c2f3fd25ab3e2cd67cdf12dd726de2 (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
{
  "name": "abumq-ripe",
  "version": "4.2.2",
  "description": "Lightweight cryptography library wrapper",
  "homepage": "https://github.com/abumq/ripe",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "cryptopp",
      "features": [
        "pem-pack"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}