load("@bazel_skylib//:bzl_library.bzl", "bzl_library") bzl_library( name = "bzl_lib", srcs = glob(["*.bzl"]), visibility = ["//private:__pkg__"], )