peridot/vendor/golang.org/x/text/unicode/norm/BUILD.bazel

26 lines
668 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "norm",
srcs = [
"composition.go",
"forminfo.go",
"input.go",
"iter.go",
"normalize.go",
"readwriter.go",
"tables10.0.0.go",
"tables11.0.0.go",
"tables12.0.0.go",
"tables13.0.0.go",
"tables15.0.0.go",
2022-07-07 20:11:50 +00:00
"tables9.0.0.go",
"transform.go",
"trie.go",
],
importmap = "peridot.resf.org/vendor/golang.org/x/text/unicode/norm",
importpath = "golang.org/x/text/unicode/norm",
visibility = ["//visibility:public"],
deps = ["//vendor/golang.org/x/text/transform"],
)