vcpkg/ports/libgnutls/vcpkg.json
Kai Pastor 783e2d8e99
[libgnutls] Update, feature 'nls' (#27783)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-14 16:54:13 -08:00

35 lines
718 B
JSON

{
"name": "libgnutls",
"version": "3.6.16",
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols.",
"homepage": "https://www.gnutls.org/",
"license": null,
"supports": "!windows | mingw",
"dependencies": [
"gmp",
"libidn2",
"libtasn1",
"libunistring",
"nettle",
"zlib"
],
"features": {
"nls": {
"description": "Enable native language support.",
"dependencies": [
"gettext",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
}
]
},
"openssl": {
"description": "Enable the OpenSSL compatibility library."
}
}
}