02e4326fe7
An MVC web framework for Lua [Thomas P: add patch to fix installation procedure, and use the provided Makefile for installation. Remove build-time dependency on wsapi since there's nothing to build in 'orbit'. Remove run-time dependency on 'rings', since it's not clear why Orbit would depend on that.] Signed-off-by: Assaf Inbal <shmuelzon@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
config BR2_PACKAGE_ORBIT
|
|
bool "orbit"
|
|
# These are runtime dependencies
|
|
select BR2_PACKAGE_WSAPI
|
|
select BR2_PACKAGE_LUAFILESYSTEM
|
|
help
|
|
An MVC web framework for Lua. The design is inspired by lightweight
|
|
Ruby frameworks such as Camping
|
|
|
|
http://keplerproject.github.com/orbit
|