lua-resty-core is a pure Lua library that reimplements part of the nginx lua module's API for Lua with LuaJIT FFI and installs the new FFI-based Lua API into the ngx.* and ndk.* namespaces used by the nginx lua module.
lua-resty-core is a pure Lua library that reimplements part of the nginx lua module's API for Lua with LuaJIT FFI and installs the new FFI-based Lua API into the ngx.* and ndk.* namespaces used by the nginx lua module.
To install lua-resty-core, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lua-resty-core
To see what files were installed by lua-resty-core, run:
port contents lua-resty-core
To later upgrade lua-resty-core, run:
sudo port selfupdate && sudo port upgrade lua-resty-core
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.