Edit

kc3-lang/brotli/c/fuzz/MODULE.bazel

Branch :

  • Show log

    Commit

  • Author : Evgenii Kliuchnikov
    Date : 2025-01-06 23:51:35
    Hash : 95b81fcc
    Message : Partially pick https://github.com/google/brotli/pull/1232 PiperOrigin-RevId: 712791222

  • c/fuzz/MODULE.bazel
  • # 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_fuzz",
        version = "1.1.0",
        repo_name = "org_brotli_fuzz",
    )
    
    bazel_dep(name = "rules_fuzzing", version = "0.5.2")
    
    bazel_dep(name = "brotli", version = "1.1.0", repo_name = "org_brotli")
    local_path_override(
        module_name = "brotli",
        path = "../..",
    )