neuer build

This commit is contained in:
2026-06-16 21:07:59 +02:00
parent 8f15898a0d
commit 7aa16ec4be
836 changed files with 1323926 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
workspace(name = "org_brotli_js")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "io_bazel_rules_closure",
commit = "29ec97e7c85d607ba9e41cab3993fbb13f812c4b",
remote = "https://github.com/bazelbuild/rules_closure.git",
)
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
closure_repositories()