0.1.1
Changes:
- Build system enhancements
- CI enhancements
- We no longer ship a library/API (except a static library for embedded uses)
- Initial LuaRocks support (Windows support pending)
- Added option to disable tests
Requirements:
- No changes
Library clarification:
By default, you will only get a Lua module now. You can pass -Dstatic=true
to meson
to switch the build to a static library; you will then get that
instead of a module. This is intended for systems that don't have Lua module
support - there you will want to link the FFI into the application instead.
It is not possible to build the static library and the module at the same
time, and usually the recommended thing is to build the module.