mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
2216a0dd63
Update * add ASAN/MSAN unaligned read specializations * add "brotli" prefix to u_uint64 type * increment version to 1.0.06 * fix CoverityScan "unused assignment" warning * fix JDK 8<->9 incompatibility * add encoder optimization for empty input * regenerate JS decoder * unbreak Travis builds
15 lines
500 B
Python
15 lines
500 B
Python
workspace(name = "org_brotli_js")
|
|
|
|
http_archive(
|
|
name = "io_bazel_rules_closure",
|
|
sha256 = "b29a8bc2cb10513c864cb1084d6f38613ef14a143797cea0af0f91cd385f5e8c",
|
|
strip_prefix = "rules_closure-0.8.0",
|
|
urls = [
|
|
"https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.8.0.tar.gz",
|
|
"https://github.com/bazelbuild/rules_closure/archive/0.8.0.tar.gz",
|
|
],
|
|
)
|
|
|
|
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
|
|
closure_repositories()
|