licenses(["notice"]) # BSD
filegroup(
name = "LICENCE",
visibility = ["//visibility:public"],
)
cc_library(
name = "pcre",
linkopts = ["-lpcre"],