mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
e28db9fced
This frees up space on the TensorFlow GitHub home page! Change: 143161497
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
licenses(["notice"]) # 2-clause BSD
|
|
|
|
exports_files(["LICENSE"])
|
|
|
|
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "linenoise",
|
|
srcs = ["linenoise.c"],
|
|
hdrs = ["linenoise.h"],
|
|
)
|