mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:49:01 +08:00
14 lines
293 B
JSON
14 lines
293 B
JSON
|
{
|
||
|
"name": "libgnutls",
|
||
|
"version": "3.6.15",
|
||
|
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
|
||
|
"homepage": "https://www.gnutls.org/",
|
||
|
"supports": "!windows",
|
||
|
"dependencies": [
|
||
|
"gmp",
|
||
|
"libidn2",
|
||
|
"libtasn1",
|
||
|
"nettle"
|
||
|
]
|
||
|
}
|