vcpkg/ports/nettle/vcpkg.json
Ilya Arzhannikov 47c63128dd
[Nettle] add cflags to build tools (#17421)
* add cflags for build tools

* ./vcpkg x-add-version nettle

Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
2021-04-28 17:35:51 -07:00

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"
}
]
}