mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:01:38 +08:00
26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "shiftmedia-libgnutls",
|
|
"version": "3.8.4",
|
|
"port-version": 2,
|
|
"description": "Unofficial GnuTLS fork with added custom native Visual Studio project build tools. ",
|
|
"homepage": "https://github.com/ShiftMediaProject/gnutls",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "windows & !arm & !mingw & !xbox",
|
|
"dependencies": [
|
|
"gettext",
|
|
"gmp",
|
|
"libidn2",
|
|
"libtasn1",
|
|
"nettle",
|
|
{
|
|
"name": "vs-yasm",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "yasm-tool-helper",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|