aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libgcrypt/vcpkg.json
blob: 2f94cc290b4da08eeb4293321cc387e2399aef50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libgcrypt",
  "version": "1.11.1",
  "description": "A general purpose cryptographic library",
  "homepage": "https://gnupg.org/software/libgcrypt/index.html",
  "license": null,
  "supports": "!windows | mingw",
  "dependencies": [
    {
      "name": "libgcrypt",
      "host": true
    },
    "libgpg-error",
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}