2021-03-12 04:42:05 +08:00
|
|
|
{
|
|
|
|
"name": "libgnutls",
|
2024-04-20 03:57:44 +08:00
|
|
|
"version": "3.8.5",
|
2024-05-29 15:59:46 +08:00
|
|
|
"port-version": 1,
|
2022-11-15 08:54:13 +08:00
|
|
|
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols.",
|
2021-03-12 04:42:05 +08:00
|
|
|
"homepage": "https://www.gnutls.org/",
|
2022-11-15 08:54:13 +08:00
|
|
|
"license": null,
|
|
|
|
"supports": "!windows | mingw",
|
2021-03-12 04:42:05 +08:00
|
|
|
"dependencies": [
|
|
|
|
"gmp",
|
|
|
|
"libidn2",
|
|
|
|
"libtasn1",
|
2022-11-15 08:54:13 +08:00
|
|
|
"libunistring",
|
|
|
|
"nettle",
|
|
|
|
"zlib"
|
2021-03-26 03:16:08 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2022-11-15 08:54:13 +08:00
|
|
|
"nls": {
|
|
|
|
"description": "Enable native language support.",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
2023-10-07 01:37:04 +08:00
|
|
|
},
|
|
|
|
"gettext-libintl"
|
2022-11-15 08:54:13 +08:00
|
|
|
]
|
|
|
|
},
|
2021-03-26 03:16:08 +08:00
|
|
|
"openssl": {
|
2022-11-15 08:54:13 +08:00
|
|
|
"description": "Enable the OpenSSL compatibility library."
|
2021-03-26 03:16:08 +08:00
|
|
|
}
|
|
|
|
}
|
2021-03-12 04:42:05 +08:00
|
|
|
}
|