bazel@7

Fast, scalable build system for large codebases

brewmacoslinux
Try with needOr install directly
Source

About

Google's own build tool

Commands

bazel

Examples

Build a target in the current package$ bazel build //:my_target
Run tests in a package$ bazel test //path/to/package:all
Run a binary target$ bazel run //path/to/package:binary_name