vcpkg/ports/libgnutls/vcpkg.json

41 lines
845 B
JSON
Raw Normal View History

{
"name": "libgnutls",
2023-10-03 07:36:54 +08:00
"version": "3.8.1",
2023-10-07 01:37:04 +08:00
"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",
2023-10-07 01:37:04 +08:00
{
"name": "vcpkg-cmake-get-vars",
"host": true,
"platform": "!native"
},
"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."
}
}
}