buildroot/package/wsapi/Config.in
Francois Perrad b7b8a7f3ac package/wsapi: update coxpcall dependency
since version 1.7, coxpcall is only required with Lua 5.1

see, https://github.com/keplerproject/wsapi/pull/41

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-04-07 10:38:24 +02:00

10 lines
290 B
Plaintext

config BR2_PACKAGE_WSAPI
bool "wsapi"
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_RINGS # runtime
help
API that abstracts the web server from Lua web applications.
http://www.keplerproject.org/wsapi