Skip to content

michaelboulton/rules_lua

Repository files navigation

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 folder for more docs on this
  • luaunit - rules for using luaunit for unit tests
  • busted - rules for using busted for unit

See the example project for more advanced usage