forked from luarocks/luarocks
-
Notifications
You must be signed in to change notification settings - Fork 0
show
Peter Melnichenko edited this page Sep 10, 2016
·
1 revision
luarocks show - Shows information about an installed rock.
luarocks show <name> [<version>]
<name> is an installed package name.
Without any flags, show all module information.
With these flags, return only the desired information:
-
--home- home page of project -
--modules- all modules provided by this package as used byrequire() -
--deps- packages this package depends on, including indirect dependencies -
--rockspec- the full path of the rockspec file -
--mversion- the package version -
--rock-tree- local tree where rock is installed -
--rock-dir- data directory of the installed rock
luarocks show luasocket