aboutsummaryrefslogtreecommitdiff
path: root/ports/nettle/vcpkg.json
blob: 1a653be5ff7681785e6355f59a8ea057c2d5b422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "nettle",
  "version-string": "3.6",
  "port-version": 1,
  "description": "Nettle is a low-level cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.",
  "homepage": "https://git.lysator.liu.se/nettle/nettle",
  "dependencies": [
    "gmp",
    {
      "name": "vs-yasm",
      "platform": "windows"
    },
    {
      "name": "yasm-tool-helper",
      "platform": "windows"
    }
  ]
}