Skip to Content

lua-compat53 v0.10

Created
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}) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • kylo252's avatar kylo252

# Changelog

  • 4fa284d [luv] add new port (#26438)

# Source