Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.78 KB

File metadata and controls

23 lines (20 loc) · 2.78 KB

Lua Package Manager Comparison

Feature Overview

Feature LuaRocks LuaDist uLua
Search packages ❔ ❔ ❔
Print list of available packages ❔ ❔ ❔
Print list of installed/selected packages ❔ ❔ ❔
Print list of all installed packages including dependencies ❔ ❔ ❔
Print list of outdated packages ❔ ❔ ❔
Print package info (author, homepage, description, date, version) ❔ ❔ ❔
Print package dependencies ❔ ❔ ❔
Install packages system wide ❔ ❔ ❔
Install packages in user space ❔ ❔ ❔
Install packages in project directory / specified folder ❔ ❔ ❔
Install specific package version ❔ ❔ ❔
Install multiple package versions ❔ ❔ ❔
Update outdated packages ❔ ❔ ❔
Uninstall packages ❔ ❔ ❔
Uninstall packages and unused dependencies ❔ ❔ ❔

❔ unknown ✅ supported ❌ not supported