LuaSocket is a Lua extension library composed of two parts: a set of C modules that provide support for the TCP and UDP transport layers, and a set of Lua modules that provide functions commonly needed by applications that deal with the Internet.
LuaSocket is a Lua extension library composed of two parts: a set of C modules that provide support for the TCP and UDP transport layers, and a set of Lua modules that provide functions commonly needed by applications that deal with the Internet.
To install lua54-luasocket, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lua54-luasocket
To see what files were installed by lua54-luasocket, run:
port contents lua54-luasocket
To later upgrade lua54-luasocket, run:
sudo port selfupdate && sudo port upgrade lua54-luasocket
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.