• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1workspace(name = "org_brotli_js")
2
3http_archive(
4    name = "io_bazel_rules_closure",
5    sha256 = "b29a8bc2cb10513c864cb1084d6f38613ef14a143797cea0af0f91cd385f5e8c",
6    strip_prefix = "rules_closure-0.8.0",
7    urls = [
8        "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.8.0.tar.gz",
9        "https://github.com/bazelbuild/rules_closure/archive/0.8.0.tar.gz",
10    ],
11)
12
13load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
14closure_repositories()
15