https://github.com/negrel/zluajit
Zig bindings to LuaJIT C API
https://github.com/negrel/zluajit
lua luajit zig zig-package
Last synced: 7 months ago
JSON representation
Zig bindings to LuaJIT C API
- Host: GitHub
- URL: https://github.com/negrel/zluajit
- Owner: negrel
- License: mit
- Created: 2025-08-05T08:39:33.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-08-31T20:17:08.000Z (7 months ago)
- Last Synced: 2025-08-31T21:27:47.238Z (7 months ago)
- Topics: lua, luajit, zig, zig-package
- Language: Zig
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `zluajit` - Zig bindings to LuaJIT C API
`zluajit` provides high quality, ergonomic, well documented and type-safe
bindings to LuaJIT 5.1/5.2 C API.
## Getting started
See [`examples`](./examples/README.md) to get started embedding LuaJIT in Zig
program or build Zig modules that can be imported from Lua.
## Building `luajit`
You can build `luajit` executable using `zig build luajit`.
## Contributing
If you want to contribute to `zluajit` to add a feature or improve the code contact
me at [alexandre@negrel.dev](mailto:alexandre@negrel.dev), open an
[issue](https://github.com/negrel/zluajit/issues) or make a
[pull request](https://github.com/negrel/zluajit/pulls).
## :stars: Show your support
Please give a :star: if this project helped you!
[](https://www.buymeacoffee.com/negrel)
## :scroll: License
MIT © [Alexandre Negrel](https://www.negrel.dev/)