MDMALua is a wrapper around liblua with a few modifications and quality of life additions for working with it within Crystal.
It is a work in progress.
Lua version: 5.3
-
Add the dependency to your
shard.yml
:dependencies: MDMALua: github: whitenoiseoss/MDMALua
-
Run
shards install
require "MDMALua"
- Fork it (https://github.com/your-github-user/MDMALua/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- whitenoise - creator and maintainer