1config BR2_PACKAGE_WSAPI_XAVANTE
2	bool "wsapi-xavante"
3	select BR2_PACKAGE_WSAPI # runtime
4	select BR2_PACKAGE_XAVANTE # runtime
5	help
6	  WSAPI is an API that abstracts the web server from Lua web
7	  applications. This is the rock that contains the Xavante
8	  adapter and launcher.
9
10	  https://keplerproject.github.io/wsapi/
11