licenses(["notice"]) # BSD/MIT-like license
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
cc_library(
name = "re2",
linkopts = ["-lre2"],