Recent Modules

lua-path by moteus — downloads: 2
File system path manipulation library
moonrocks by leafo — downloads: 3
A tool for installing and uploading Lua packages to rocks.moonscript.org
luamacro by steved — downloads: 0
A macro preprocessor for Lua
odbc by moteus — downloads: 0
ODBC library for Lua
AesFileEncrypt by moteus — downloads: 0
A simple file encryption library

Popular Modules

lapis by leafo — downloads: 138
A web framework for MoonScript & Lua
lapis_console by leafo — downloads: 50
An interactive web based console for Lapis
moonscript by leafo — downloads: 31
A programmer friendly language that compiles to Lua
web_sanitize by leafo — downloads: 27
Lua library for sanitizing untrusted HTML
magick by leafo — 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.