cc_library(
    name = "re2",
    linkopts = ["-lre2"],
    visibility = ["//visibility:public"],
)
