mboworks_mbo 0.15.0Latest published 2d ago
MODULE.bazel
bazel_dep(name = "mboworks_mbo", version = "0.15.0")
Dependencies
# These releases still declare compatibility-level-1 Abseil versions. Patch
# their module metadata until upstream releases select compatibility level 0.
single_version_override(
    module_name = "rules_fuzzing",
    version = "0.8.0",
    patches = ["//bazelmod:rules_fuzzing-0.8.0-abseil.patch"],
    patch_strip = 1,
)
# RE2's BCR MODULE differs from the release archive, so a source patch cannot
# apply through single_version_override. Preserve the BCR source and integrity.
archive_override(
    module_name = "re2",
    urls = ["https://github.com/google/re2/releases/download/2025-11-05/re2-2025-11-05.zip"],
    integrity = "sha256-x7Gnp8aNLXz400PcVmVcG1qMiq3twBfbRT1MHYkTuEQ=",
    strip_prefix = "re2-2025-11-05",
    patches = ["//bazelmod:re2-2025-11-05-abseil.patch"],
    patch_strip = 1,
)
Loading README

About

MBO, a C++23 library: This C++23 library provides some general useful building blocks and integrates with Google's Abseil library.

@mboworks/mbo@mboworks
Homepage
8stars
Sunday, September 6, 2026 (2 days ago)
@helly25#10422 mboworks_mbo@0.15.0 (#10422)

Languages

C++77.8%
Python13.3%
Starlark6.1%
Shell2.6%
C0.2%

Maintainers

@helly25

Compatibility

Versions

0.15.0 +6d2026-09-06
0.14.02026-08-31