Go to file
Artturin e60e810ad1 cfg: follow standard enviromental variables
distributions use these to use the correct compiler and other tools
2022-08-26 17:58:36 -03:00
.github CI: bump gh-actions-lua to master to use Lua 5.4.4 2022-08-26 17:00:57 -03:00
binary binary build: help autodetection of the crosscompiled Lua libraries 2022-05-18 00:25:22 -03:00
spec tests: run quiet curl in mock API calls 2022-08-26 17:00:57 -03:00
src cfg: follow standard enviromental variables 2022-08-26 17:58:36 -03:00
win32 win32: do not use "pwd" on windows, use "echo %cd%" 2022-02-17 02:16:50 -03:00
.busted use busted-htest 2020-04-21 21:20:19 -03:00
.codecov.yml Add Gitter hook for CodeCov 2016-12-05 15:52:33 -02:00
.editorconfig editorconfig: trim trailing whitespace 2021-03-16 16:32:45 -03:00
.gitignore .gitignore: add .luacheckcache 2021-03-15 23:26:26 -03:00
.luacheckrc Run Luacheck in CI & fix reported errors (#1285) 2021-03-15 23:23:38 -03:00
CHANGELOG.md Changelog for LuaRocks 3.8.0 2021-11-09 08:04:27 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-06-14 20:39:30 -03:00
COPYING update copyright notice 2022-08-25 16:50:38 -03:00
GNUmakefile Changes for building the all-in-one binary with Lua 5.4 2022-04-11 17:02:28 -03:00
Makefile Makefile: divert bsdmake systems through gmake 2018-08-10 22:49:47 -03:00
README.md tests: Use upstream provided GH Action for Luacheck 2022-08-25 17:30:47 -03:00
appveyor.yml tests: run tests on Lua 5.4 and LuaJIT 2.1 2022-04-16 21:17:34 -03:00
config.ld Add LDoc configuration file 2011-12-21 17:02:35 -02:00
configure configure: make shellcheck happy 2021-03-16 19:32:38 -03:00
install.bat win32: use Windows's own MKDIR and RMDIR 2022-02-17 02:16:50 -03:00
luarocks-dev-1.rockspec rockspec: pass lua_dir and lua_interpreter to busted. 2022-06-06 17:14:52 -03:00
makedist makedist: build binaries using Lua 5.4 2022-04-16 17:43:11 -03:00
mergerelease Merge branch '3.1.3' 2019-06-06 16:56:47 -03:00
publishrelease publishrelease: fix wiki links 2020-09-25 16:39:21 -03:00
smoke_test.sh smoke test `make bootstrap` and `luarocks install` as well 2019-09-05 15:26:24 -03:00
test_regression.sh add regression test utility 2019-09-02 15:17:48 -03:00

README.md

LuaRocks

A package manager for Lua modules.

Build Status Lint Status Build Status Coverage Status Join the chat at https://gitter.im/luarocks/luarocks

Main website: luarocks.org

It allows you to install Lua modules as self-contained packages called rocks, which also contain version dependency information. This information can be used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and also optionally at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.

Installing

License

LuaRocks is free software and uses the MIT license, the same as Lua 5.x.