Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1
Run the following Vcpkg command to install the port.
vcpkg install lua-compat53
The package lua-compat53 provides a header only C-API and can be used from CMake via:
find_path(LUA_COMPAT53_INCLUDE_DIRS "compat-5.3.h") target_include_directories(main PRIVATE ${LUA_COMPAT53_INCLUDE_DIRS})
v0.10#0
Oct 14, 2022
All
lunarmodules/lua-compat-5.3229
github.com/lunarmodules/lua-compat-5.3
4fa284dc00
MIT
Manifest