hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_LUA_SAILOR
   bool "lua-sailor"
   # These are runtime dependencies
   select BR2_PACKAGE_CGILUA
   select BR2_PACKAGE_LBASE64
   select BR2_PACKAGE_LUAFILESYSTEM
   select BR2_PACKAGE_LUA_DATAFILE
   select BR2_PACKAGE_LUA_VALUA
   select BR2_PACKAGE_XAVANTE
   select BR2_PACKAGE_WSAPI_XAVANTE
   help
     Sailor is a web framework written in Lua that follows the MVC
     design pattern.
 
     http://sailorproject.org/