blob: 6906ab8e4d4b3b1485a19cbdbf2bd8ec16b8224d [file] [edit]
# 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.2.0",
repo_name = "org_brotli",
)
bazel_dep(name = "rules_cc", version = "0.2.17")