blob: 472bbfcee1ddcce876f25a562e1857805ddc9194 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_WSAPI
bool "wsapi"
depends on BR2_LARGEFILE # luafilesystem
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_RINGS
help
API that abstracts the web server from Lua web applications.
http://keplerproject.github.com/wsapi/
comment "wsapi requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE
|