Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelboulton/rules_lua

Experimental Bazel rules for Lua and Fennel
https://github.com/michaelboulton/rules_lua

bazel fennel lua

Last synced: 4 days ago
JSON representation

Experimental Bazel rules for Lua and Fennel

Awesome Lists containing this project

README

        

# Bazel rules for Lua

There are 3 modules in this project

- rules_lua - this folder, containing basic building blocks such as lua libraries, fennel binaries, etc. See
the [docs](/docs) folder for more docs on this
- [luaunit](/luaunit) - rules for using luaunit for unit tests
- [busted](/busted) - rules for using busted for unit

See [the example project](/examples) for more advanced usage