Download this file

12 lines (9 with data), 212 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
package(
#default_applicable_licenses = ["//third_party/nucleus:license"],
default_visibility = ["//visibility:public"],
)
licenses(["notice"])
cc_library(
name = "types",
hdrs = ["types.h"],
)