load("@bazel_skylib//:bzl_library.bzl", "bzl_library") bzl_library( name = "foo", srcs = ["foo.bzl"], visibility = ["//visibility:public"], )