mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
47c63128dd
* add cflags for build tools * ./vcpkg x-add-version nettle Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
19 lines
564 B
JSON
19 lines
564 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|