vcpkg/ports/nettle/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

18 lines
543 B
JSON

{
"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"
}
]
}