mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:59:00 +08:00
12d21d42b1
Port: Switching from our `ASMFLAGS` to upstream's new `ASM_FLAGS`. arm DEF file changes untested, updated based on x86 CI.
24 lines
619 B
JSON
24 lines
619 B
JSON
{
|
|
"name": "nettle",
|
|
"version": "3.9.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",
|
|
"license": null,
|
|
"dependencies": [
|
|
"gmp",
|
|
{
|
|
"name": "nettle",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|