lua-compat53v0.15.1
- Updated
provide Lua-5.3-style C APIs for Lua 5.2 and 5.1
- Project website: https://github.com/lunarmodules/lua-compat-5.3
#Usage
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})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Host Tool For
No ports use this.
#Contributors
kylo252
SunBlack
toge