lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

LuaCrypto can't be installed if Lua 5.3 is in use.

See bug reports:

 * https://github.com/leafo/lapis/issues/6
 * https://github.com/yagop/telegram-bot/issues/241

The only Lua 5.3 incompatibility in LuaCrypto is using luaL_checkint
instead of luaL_checkinteger. Could someone fix it, change required
Lua version in the rockspec and push it to luarocks.org, please?

-- 


Best regards,
Boris Nagaev