LuaModules
Implementation of the Lua Module API (http://www.lua.org/manual/5.1/manual.html#pdf-module)
This project is experimental in nature. Its an exploratory work to adapt the Lua module system to work with wow addons and libraries
Thus allowing one to say:
require "AceEvent-3.0"
Docs: http://www.wowace.com/projects/luamodule/pages/api/lua-modules/