mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-04 15:32:11 +00:00
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
|