package(default_visibility = ["//visibility:public"]) cc_library( name = "defs", hdrs = ["defs.h"], ) cc_library( name = "errors", srcs = [ "error_strings.h", "errors.c", "errors.h", ], hdrs = ["errors.h"], ) cc_library( name = "stdint", hdrs = ["stdint.h"], ) cc_library( name = "version", hdrs = ["version.h"], )