aboutsummaryrefslogtreecommitdiff
path: root/ports/nettle/vcpkg.json
blob: 72df593ce020db0b29cdbd8524849f6c584768e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "nettle",
  "version-string": "3.6",
  "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"
    }
  ]
}