mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
18 lines
543 B
JSON
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"
|
|
}
|
|
]
|
|
}
|