blob: 052b7f6feef03dce73980c5beb3eb287f83e014e [file] [log] [blame]
# SPDX-FileCopyrightText: Copyright (c) The helly25/mbo authors (helly25.com)
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Due to flag and test references to the repo name we use the old name for now.
module(
name = "helly25_proto",
version = "0.6.2",
)
# For local development we include LLVM and Hedron-Compile-Commands.
# For bazelmod usage these have to be provided by the main module - if necessary.
# include("//bazelmod:hedron.MODULE.bazel")
# include("//bazelmod:llvm.MODULE.bazel")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "abseil-cpp", version = "20250127.0", repo_name = "com_google_absl")
bazel_dep(name = "re2", version = "2024-07-02", repo_name = "com_googlesource_code_re2")
bazel_dep(name = "googletest", version = "1.16.0", repo_name = "com_google_googletest")
bazel_dep(name = "rules_python", version = "0.33.2")
bazel_dep(name = "protobuf", version = "27.0", repo_name = "com_google_protobuf")