The script lib/libluax.lua is a standalone Lua package that
reimplements some LuaX modules. It can be used in Lua projects without
any other LuaX dependency.
These modules may have slightly different and degraded behaviours
compared to the LuaX modules. Especially fs and ps may be incomplete
and less accurate than the same functions implemented in C in LuaX.
require "libluax"changes the
packagemodule such thatrequirecan load LuaX modules.