luajit-src 210.5.11+97813fb

Sources of LuaJIT 2.1 and logic to build it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# luajit-src

[![Build Status]][github-actions]

[Build Status]: https://github.com/khvzak/luajit-src-rs/workflows/CI/badge.svg
[github-actions]: https://github.com/khvzak/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)