This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
Bzl
Bazel code
1 - al_lua_library
al_lua_library
load("@com_alwaldend_src//tools/lua/main/bzl:al_lua_library.bzl", "al_lua_library")
al_lua_library(name, srcs, check, stylua_config_label, stylua_label, pkg_kwargs, visibility)
Generate targets for a lua library
PARAMETERS
| Name |
Description |
Default Value |
| name |
library name |
none |
| srcs |
library sources |
none |
| check |
if set, only these files will be checked |
[] |
| stylua_config_label |
- |
"//tools/stylua:stylua_config" |
| stylua_label |
- |
"//tools/stylua" |
| pkg_kwargs |
- |
{} |
| visibility |
visibility |
["//:__subpackages__"] |