mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
5a457b90d6
* [gmp] use native buildsystem on windows * fix stuff from merge * fix version * version stuff * trying patching some symbols for dynamic builds * fix nettle build * fix more dependent ports using gmpd * fix uwp builds by copying tools * missing host dep * fix mpfr * version-string nettle * port-version mpfr * version stuff * remove patch from portfile * version stuff * [nettle] use native build system * fix cross build * manifest format * add license * version stuff * version stuff * @Thomas1664's suggestions Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
23 lines
600 B
JSON
23 lines
600 B
JSON
{
|
|
"name": "nettle",
|
|
"version": "3.7.3",
|
|
"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": "yasm",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
],
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|