12 lines
230 B (Stored with Git LFS)
Text
12 lines
230 B (Stored with Git LFS)
Text
licenses(["notice"]) # MIT/X derivative license
|
|
|
|
filegroup(
|
|
name = "COPYING",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "curl",
|
|
linkopts = ["-lcurl"],
|
|
visibility = ["//visibility:public"],
|
|
)
|