aboutsummaryrefslogtreecommitdiff
path: root/MODULE.bazel
blob: 478603d19870cedf7e642534b3b9c3fe69e86629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2025 The Brotli Authors. All rights reserved.
#
# Distributed under MIT license.
# See file LICENSE for detail or copy at https://opensource.org/licenses/MIT

"""Brotli reference implementation"""

module(
    name = "brotli",
    version = "1.1.0",
    repo_name = "org_brotli",
)