2010-05-10 19:54:54 +02:00
|
|
|
config BR2_PACKAGE_WSAPI
|
|
|
|
bool "wsapi"
|
2019-04-05 18:03:21 +02:00
|
|
|
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime
|
2018-12-19 09:17:05 +01:00
|
|
|
select BR2_PACKAGE_LUAFILESYSTEM # runtime
|
|
|
|
select BR2_PACKAGE_RINGS # runtime
|
2010-05-10 19:54:54 +02:00
|
|
|
help
|
|
|
|
API that abstracts the web server from Lua web applications.
|
|
|
|
|
2019-12-19 21:49:26 +01:00
|
|
|
https://keplerproject.github.io/wsapi/
|