Skip to content

lua-compat53v0.15.1

Updated

provide Lua-5.3-style C APIs for Lua 5.2 and 5.1

#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.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • kylo252's avatarkylo252
  • SunBlack's avatarSunBlack
  • toge's avatartoge

#Changelog

  • 859850b[lua-compat53] update to 0.15.1 (#52899)
  • b117764[lua-compat53] Update to 0.14.4 (#49949)
  • 4fa284d[luv] add new port (#26438)