Bazel
Links
Buildtools for bazel - Contains developer tools for working with Google's bazel buildtool.
cargo-raze - Generate Bazel build from Cargo dependencies.
bazel-linting-system - Experimental system for registering, configuring, and invoking source-code linters in Bazel.
Bazelisk - User-friendly launcher for Bazel.
PodToBUILD - Easy way to build CocoaPods with Bazel - it integrates pods end to end with an easy to use macro.
Bazel Rust Rules - Rules for building Rust projects with Bazel.
apple_rules_lint - Framework for adding lint checks to Bazel projects.
LLVM Bazel BUILD files - Bazel Build System Support for LLVM. (HN)
bazel-remote - Remote build cache for Bazel.
Skylib - Library of Starlark functions for manipulating collections, file paths, and various other data types in the domain of Bazel build rules.
Bazel Container Image Rules - Rules for building and handling Docker images with Bazel.
Last updated