vcpkg/ports/libgnutls/vcpkg.json

36 lines
746 B
JSON
Raw Normal View History

{
"name": "libgnutls",
2024-04-20 03:57:44 +08:00
"version": "3.8.5",
"port-version": 1,
"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": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
2023-10-07 01:37:04 +08:00
},
"gettext-libintl"
]
},
"openssl": {
"description": "Enable the OpenSSL compatibility library."
}
}
}