mboworks_mbo 0.14.0Latest published 2h ago
MODULE.bazel
bazel_dep(name = "mboworks_mbo", version = "0.14.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++20 library: This C++20 library provides some general useful building blocks and integrates with Google's Abseil library.

@mboworks/mbo@mboworks
Homepage
8stars
10:16 AM (2 hours ago)
@helly25#10316 mboworks_mbo@0.14.0 (#10316)

Languages

C++79%
Python11.6%
Starlark6.5%
Shell2.7%
C0.2%

Maintainers

@helly25

Compatibility

Versions

0.14.02026-08-31