mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
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/
|