1load("@bazel_skylib//:bzl_library.bzl", "bzl_library") 2 3bzl_library( 4 name = "bzl", 5 srcs = glob(["*.bzl"]), 6) 7