https://github.com/svermeulen/lua_bazel_rules
Bazel rules to build and run lua scripts
https://github.com/svermeulen/lua_bazel_rules
bazel lua
Last synced: 9 months ago
JSON representation
Bazel rules to build and run lua scripts
- Host: GitHub
- URL: https://github.com/svermeulen/lua_bazel_rules
- Owner: svermeulen
- License: mit
- Created: 2023-09-02T03:31:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T04:19:30.000Z (over 2 years ago)
- Last Synced: 2025-02-26T22:08:41.601Z (about 1 year ago)
- Topics: bazel, lua
- Language: Starlark
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bazel Repo Example for Lua
--------
This repo includes some custom bazel rules/scripts to allow building and running lua files, either via luajit or normal lua. By default it runs via luajit, but if you want to run with normal lua you can do this by changing the 'lua_binary' rule in 'buildtools/lua/defs.bzl'.
Supported platforms: Linux, OSX
Usage
----
Run or build the rules in the "examples/app1"