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

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

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"