1config BR2_PACKAGE_ORBIT 2 bool "orbit" 3 depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT 4 select BR2_PACKAGE_LPEG # runtime 5 select BR2_PACKAGE_LUAFILESYSTEM # runtime 6 select BR2_PACKAGE_WSAPI_XAVANTE # runtime 7 help 8 An MVC web framework for Lua. The design is inspired by 9 lightweight Ruby frameworks such as Camping 10 11 http://keplerproject.github.com/orbit 12 13comment "orbit needs a Lua 5.1 interpreter" 14 depends on !BR2_PACKAGE_LUA_5_1 15 depends on !BR2_PACKAGE_LUAJIT 16