Description
C++ libraries and applications can expose functions, classes, and objects to Lua scripts through binding helpers.
This package is useful for developers embedding Lua scripting into C++ software or making C++ APIs scriptable. It is a binding library, not a Lua interpreter by itself.
Bindings cross language boundaries and can expose unsafe APIs. Keep ownership, lifetimes, and error handling explicit.