| <aid="bzl_library-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
| <aid="bzl_library-deps"></a>deps | List of other `bzl_library` or `filegroup` targets that are required by the Starlark files listed in `srcs`. | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional | `[]` |
| <aid="bzl_library-srcs"></a>srcs | List of `.bzl` and `.scl` files that are processed to create this target. | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional | `[]` |