Archives of the Kepler Project
Public Archives of various modules created by the Kepler Project from 2003 to 2009. For up-to-date Lua modules, check out LuaRocks and the Lunar Modules project
Pinned Repositories
coxpcall
Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines.
kepler
Kepler is an open source platform that brings the power of Lua to web development.
leg
Leg is a Lua library which offers a complete Lua 5.1 grammar, along with some functions to use and modify it.
lua-compat-5.2
Compatibility module providing Lua-5.2-style APIs for Lua 5.1
luadoc
LuaDoc is obsolete, use LDoc instead →
orbit
Orbit is an MVC web framework for Lua.
rings
Rings is a library which provides a way to create new Lua states from within Lua.
shake
Shake is a simple and transparent test engine for Lua.
wsapi
WSAPI is an API that abstracts the web server from Lua web applications.
xavante
Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers.
Archives of the Kepler Project's Repositories
keplerproject/xavante
Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers.
keplerproject/orbit
Orbit is an MVC web framework for Lua.
keplerproject/luadoc
LuaDoc is obsolete, use LDoc instead →
keplerproject/wsapi
WSAPI is an API that abstracts the web server from Lua web applications.
keplerproject/kepler
Kepler is an open source platform that brings the power of Lua to web development.
keplerproject/rings
Rings is a library which provides a way to create new Lua states from within Lua.
keplerproject/lua-compat-5.2
Compatibility module providing Lua-5.2-style APIs for Lua 5.1
keplerproject/coxpcall
Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines.
keplerproject/leg
Leg is a Lua library which offers a complete Lua 5.1 grammar, along with some functions to use and modify it.
keplerproject/shake
Shake is a simple and transparent test engine for Lua.
keplerproject/mk
MK offers plumbing to make it easier for WSAPI applications and frameworks to interoperate.
keplerproject/wsapi_basic_auth
HTTP Basic Authentication for WSAPI