Source-Makefile: feeds/luci/libs/luci-lib-nixio/Makefile
Build-Depends: lua/host luci-base/host LUCI_CSSTIDY:csstidy/host LUCI_SRCDIET:luasrcdiet/host 

Package: luci-lib-nixio
Submenu: 6. Libraries
Version: x
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_luci-lib-nixio_openssl:libopenssl +PACKAGE_luci-lib-nixio_cyassl:libcyassl +liblua
Conflicts: 
Menu-Depends: 
Provides: 
Section: luci
Category: LuCI
Repository: base
Title: NIXIO POSIX library
Maintainer: OpenWrt LuCI community
Source: 
License: Apache-2.0
Type: ipkg
Description: NIXIO POSIX library
https://github.com/openwrt/luci
OpenWrt LuCI community
@@
Config:
	choice
		prompt "TLS Provider"
		default PACKAGE_luci-lib-nixio_notls

		config PACKAGE_luci-lib-nixio_notls
			bool "Disabled"

		config PACKAGE_luci-lib-nixio_axtls
			bool "Builtin (axTLS)"

		config PACKAGE_luci-lib-nixio_cyassl
			bool "CyaSSL"
			select PACKAGE_libcyassl

		config PACKAGE_luci-lib-nixio_openssl
			bool "OpenSSL"
			select PACKAGE_libopenssl
	endchoice
@@


