$ luarocks install luno
Luno is a native lua implementation of a series of helpers for common tasks not covered in the standard library. Luno also provides support for functional and object oriented programming paradigms.
The library comprises the following packages:
- luno.util - General purpose functions
- luno.argReader - Deals with command line arguments
- luno.io - Helper io functions
- luno.string - Helper string functions
- luno.table - Helper table function
- luno.functional - Helps to write functional code in Lua.
- luno.oop - Helps to write oo code in Lua.
Versions
Dependencies
lua >= 5.1, < 5.3