mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
1f94beda2b
* Add export list generation [skip actions] * Refresh exports using dumpbin * [nettle] Update to 3.8.1 [skip actions] * Disable testsuite and examples [skip actions] * Update exports for x64 [skip actions] * Update exports for x86 [skip actions] * Finish update * [shiftmedia-libgnutls] Fix 'supports' * Build arm * Switch from yasm to clang * Revise msvc support patch * Add feature to control tools * Fix DLL installation * [skip actions] * Cleanup
25 lines
640 B
JSON
25 lines
640 B
JSON
{
|
|
"name": "nettle",
|
|
"version": "3.8.1",
|
|
"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",
|
|
"license": null,
|
|
"dependencies": [
|
|
"gmp",
|
|
{
|
|
"name": "nettle",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|