Содержание

Установка / Удаление модулей luarocks

Установка модулей

Пакетный менеджер (luarocks)

Debian

$ apt install luarocks
$ luarocks install luasec

MacOS

$ brew install lua

Установки из папки

$ git clone https://github.com/Olivine-Labs/busted.git
$ luarocks install busted/busted-1.3-1.rockspec

or

$ git clone https://github.com/Olivine-Labs/busted.git
$ cd busted
$ luarocks make

Удаление

$ luarocks remove  rockspecs/luasocket-async-scm-0.rockspec

Конструкции