dd4250d584
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
config BR2_PACKAGE_ORBIT
|
|
bool "orbit"
|
|
# These are runtime dependencies
|
|
select BR2_PACKAGE_LPEG
|
|
select BR2_PACKAGE_LUAFILESYSTEM
|
|
select BR2_PACKAGE_WSAPI_XAVANTE
|
|
help
|
|
An MVC web framework for Lua. The design is inspired by lightweight
|
|
Ruby frameworks such as Camping
|
|
|
|
http://keplerproject.github.com/orbit
|