mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:19:01 +08:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|