Recent Modules
lua-path — downloads: 2
File system path manipulation library
moonrocks — downloads: 3
A tool for installing and uploading Lua packages to rocks.moonscript.org
luamacro — downloads: 0
A macro preprocessor for Lua
odbc — downloads: 0
ODBC library for Lua
AesFileEncrypt — downloads: 0
A simple file encryption library
Popular Modules
lapis — downloads: 138
A web framework for MoonScript & Lua
lapis_console — downloads: 50
An interactive web based console for Lapis
moonscript — downloads: 31
A programmer friendly language that compiles to Lua
web_sanitize — downloads: 27
Lua library for sanitizing untrusted HTML
magick — downloads: 23
Lua bindings to ImageMagick for LuaJIT using FFI
Get Started
$ luarocks install moonrocks --server=http://rocks.moonscript.org
Upload a module:
$ moonrocks upload my_thing-1.0-1.rockspec
Install a module:
$ moonrocks install my_thing
Read more on the About Page.
What Is This Site?
MoonRocks is place where anyone can upload and host Lua modules.
Register an account and upload a .rockspec to create a new module. If your
module name is not taken it will be added to the root manifest.
After you have uploaded a .rockspec, you can upload .rock files for a
specific version by going to the version’s page. Rock files ensure that your
module will be installable as long as this site is up.