9951 explained code solutions for 126 technologies


luaHow to find luarocks module path


luarocks show uuidctrl + c
show uuid

Lua package manager

show

show details about specified package

uuid

sample package to show info about


Usage example

luarocks show uuid
output
uuid 0.3-1 - Generates uuids in pure Lua

...

Modules:
    uuid (/usr/local/share/lua/5.3/uuid.lua)

...