buildrootschalter/package/orbit/Config.in
Assaf Inbal 02e4326fe7 orbit: New package
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>
2013-08-13 11:05:08 +02:00

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