Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaelboulton/rules_lua
- Owner: michaelboulton
- License: apache-2.0
- Created: 2022-12-05T10:01:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T14:20:18.000Z (8 months ago)
- Last Synced: 2024-10-11T14:10:38.924Z (28 days ago)
- Topics: bazel, fennel, lua
- Language: Starlark
- Homepage:
- Size: 938 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 unitSee [the example project](/examples) for more advanced usage