diff options
Diffstat (limited to 'development/luarocks/README')
-rw-r--r-- | development/luarocks/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/luarocks/README b/development/luarocks/README index b9c1d9a3d619c..805e870e6314c 100644 --- a/development/luarocks/README +++ b/development/luarocks/README @@ -1,3 +1,10 @@ LuaRocks is a deployment and management system for Lua modules, with automatic dependency checking, with access to remote repositories and local rock source trees. + +This build script by default builds for a "default Lua", which +will be 5.1 on "older" SBo tree, and 5.4 on "newer" SBo tree, +and on "-current" as of 2024-10-23. + +It will pick up the compatibility interpreter "Lua 5.1", if +it is present. |