mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 11:11:39 +08:00
25 lines
509 B
JSON
25 lines
509 B
JSON
|
{
|
||
|
"name": "shiftmedia-libgnutls",
|
||
|
"version": "3.7.6",
|
||
|
"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",
|
||
|
"dependencies": [
|
||
|
"gettext",
|
||
|
"gmp",
|
||
|
"libidn2",
|
||
|
"libtasn1",
|
||
|
"nettle",
|
||
|
{
|
||
|
"name": "vs-yasm",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "yasm-tool-helper",
|
||
|
"host": true
|
||
|
},
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|