cc_library(
  name = "curl",
  linkopts = [ "-lcurl" ],
  visibility = ["//visibility:public"],
)
