mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
licenses(["notice"]) # MIT/X derivative license
|
|
|
|
filegroup(
|
|
name = "COPYING",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "curl",
|
|
linkopts = ["-lcurl"],
|
|
visibility = ["//visibility:public"],
|
|
)
|