https://github.com/mlua-rs/luajit-src-rs
Source code and logic to build LuaJIT 2.1 for Rust
https://github.com/mlua-rs/luajit-src-rs
Last synced: 9 months ago
JSON representation
Source code and logic to build LuaJIT 2.1 for Rust
- Host: GitHub
- URL: https://github.com/mlua-rs/luajit-src-rs
- Owner: mlua-rs
- License: mit
- Created: 2020-01-20T22:55:02.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T22:07:35.000Z (10 months ago)
- Last Synced: 2025-07-09T08:26:22.229Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 77.1 KB
- Stars: 17
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luajit-src
[![Build Status]][github-actions]
[Build Status]: https://github.com/mlua-rs/luajit-src-rs/workflows/CI/badge.svg
[github-actions]: https://github.com/mlua-rs/luajit-src-rs/actions
This crate contains the sources of [LuaJIT] 2.1 (from Mike Pall) and logic to build it.
Intended to be consumed by the [mlua-sys] crate.
[LuaJIT]: https://github.com/LuaJIT/LuaJIT
[mlua-sys]: https://crates.io/crates/mlua-sys
# License
This project is licensed under [MIT license](http://opensource.org/licenses/MIT)