Bazel 5.0 LTS with the new external dependency subsystem "Bzlmod"

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rules_nixpkgs

    Rules for importing Nixpkgs packages into Bazel.

  • Check out rules_nixpkgs as another way to get hermetic python. It does require that you install Nix, but everything else is driven from the Bazel side. Works for us on Linux and macos.

  • rules_pyvenv

    Bazel rules for creating Python virtual envs.

  • Agree IDE support isn't great for Bazel + python. We've reached a happy (for us) median by using Bazel to build a virtualenv, and using that virtualenv to power normal python tools. All of the packages in the env are just symlinked bazep deps. See rules_pyvenv.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts