bazel

Created: by Pradeep Gowda Updated: May 01, 2021 Tagged: build · make

bazel is a build system from google. it allows you to build large software projects by being fast, supporting multiple programming langauges, handle large codebases and extensible via their extension language.

bazel uses starlark (a python-like, non-turing configuration language).