mirror of
https://github.com/google/brotli.git
synced 2026-02-11 13:44:55 +00:00
13 lines
294 B
Python
13 lines
294 B
Python
# 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",
|
|
)
|