Does any package provide libcurl-gnutls

hi there does any package provide libcurl-gnutls in openwrt?

The API to the caller should be that of libcurl and independent of how the TLS layer is implemented.

As far as I know, you can pick one, but not multiples.

CONFIG_PACKAGE_libcurl=y

#
# SSL support
#
# CONFIG_LIBCURL_MBEDTLS is not set
# CONFIG_LIBCURL_WOLFSSL is not set
CONFIG_LIBCURL_OPENSSL=y
# CONFIG_LIBCURL_GNUTLS is not set
# CONFIG_LIBCURL_NOSSL is not set