This library declares a `checks()` function and a `checkers` table, which allow to check the parameters passed to a Lua function in a fast and unobtrusive way.
This library declares a `checks()` function and a `checkers` table, which allow to check the parameters passed to a Lua function in a fast and unobtrusive way.
To install lua53-checks, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lua53-checks
To see what files were installed by lua53-checks, run:
port contents lua53-checks
To later upgrade lua53-checks, run:
sudo port selfupdate && sudo port upgrade lua53-checks
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.