|
| 1 | +# SPDX-FileCopyrightText: Copyright (c) The helly25 authors (helly25.com) |
| 2 | +# SPDX-License-Identifier: Apache-2.0 |
| 3 | +# |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | + |
| 16 | +"""Module helly25_mbo""" |
| 17 | + |
| 18 | +# Due to flag and test references to the repo name we use the old name for now. |
| 19 | +module( |
| 20 | + name = "helly25_mbo", |
| 21 | + version = "0.7.0", |
| 22 | + repo_name = "com_helly25_mbo", |
| 23 | +) |
| 24 | + |
| 25 | +# For local development we include LLVM and Hedron-Compile-Commands. |
| 26 | +# For bazelmod usage these have to be provided by the main module - if necessary. |
| 27 | +# include("//bazelmod:dev.MODULE.bazel") |
| 28 | + |
| 29 | +# include("//bazelmod:llvm.MODULE.bazel") |
| 30 | + |
| 31 | +bazel_dep(name = "bazel_skylib", version = "1.7.1") |
| 32 | +bazel_dep(name = "rules_cc", version = "0.1.1") |
| 33 | +bazel_dep(name = "platforms", version = "0.0.11") |
| 34 | +bazel_dep(name = "abseil-cpp", version = "20250127.0", repo_name = "com_google_absl") |
| 35 | +bazel_dep(name = "re2", version = "2024-07-02.bcr.1", repo_name = "com_googlesource_code_re2") |
| 36 | +bazel_dep(name = "googletest", version = "1.16.0", repo_name = "com_google_googletest") |
| 37 | +bazel_dep(name = "google_benchmark", version = "1.9.1", repo_name = "com_github_google_benchmark") |
| 38 | +bazel_dep(name = "helly25_bashtest", version = "0.1.0", repo_name = "com_helly25_bashtest") |
0 commit comments