We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b81fc commit 7ef8b92Copy full SHA for 7ef8b92
MODULE.bazel
@@ -0,0 +1,12 @@
1
+# Copyright 2025 The Brotli Authors. All rights reserved.
2
+#
3
+# Distributed under MIT license.
4
+# See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
5
+
6
+"""Brotli reference implementation"""
7
8
+module(
9
+ name = "brotli",
10
+ version = "1.1.0",
11
+ repo_name = "org_brotli",
12
+)
WORKSPACE.bazel
0 commit comments