bazel-examples
There are 74 repositories under bazel-examples topic.
bazelruby/rules_ruby
Formerly canonical rules for ruby, that are about 2-3 years behind current Bazel. If they work for you great, but if not — please try the new rules ruby by Alex Radionov: https://github.com/bazel-contrib/rules_ruby
ios-bazel-users/ios-bazel-users
Resources for using bazel for iOS development
Vertexwahn/FlatlandRT
FlatlandRT is a 2D ray tracer visualization tool
mattrobmattrob/bazel-ios-swiftui-template
Template for an iOS SwiftUI application built using Bazel.
mgechev/bazel-demo
Simple demo for building a TypeScript project with Bazel.
hlopko/bazel_platforms_examples
This repo contains a collection of examples demonstrating how to use various Bazel concepts related to platforms, toolchains, configurations, and configurable attributes.
wayou/bazel-ts-example
Example demonstrates building TypeScript & React with Bazel
Vertexwahn/BazelDemos
Bazel Demos
PxyUp/go_monorepo
Example of Golang-monorepo with Bazel
yicm/BazelMixedLanguage
Implementation of mixed language project compilation via Bazel platform.
FaBrand/bazel-learning
A small repository i use to store small examples i created in an attempt to understand and learn writing rules for the bazel buildsystem
nickdecooman/bazel-rust-docker-example
Demonstrating Bazel setup for Rust services with Cargo and Docker support.
pmoncadaisla/bazel-testcontainers
Test Java Bazel build with TestContainers
alwaysprep/bazel-flask-example
Flask example for Bazel
davidB/sandbox_bazel
explorations of bazel, support for a serie of articles and to experiment stuff on bazel.
ekhabarov/blog-code-snippets
Code snippets for my blog
godspeedchu/grpc-realworld-example
A realworld example of using gRPC + Cloud Endpoint ESP to power REST backends
radixbio/urep-scala
get started with Scala and Bazel!
timsutton/uptime
A polyglot `uptime` example to learn some Bazel
hexdae/bazel-rust-embedded
A collection of Bazel tools for embedded rust
itdaniher/rtlsdrj
librtlsdr bindings for java
ashnarayan13/opencv_bazel
Building OpenCV project with Bazel
ekkinox/bazel-demo
Golang + gRPC + Protobuf + Bazel demo
larryaasen/bazelbuild_examples
Bazel Build Examples
mpictor/bazel-amd64-crosstool
Outdated example using bazel with a non-system (tarball) toolchain and crosstool.
sendoamr/bazel-hello-world
Bazel: Monorepo with a lot of programming languages. Example of usage
Aghassi/bazel-module-federation
Proof of concept for using Bazel to back a webpack module federation website
claudiouzelac/trading-system
A project that will create a trading system from scratch.
humphrej/bazel-recipes
Recipes useful in using bazel as the main component of a continuous integration build
ekhabarov/rules_ytt
Bazel rules for YAML templating tool https://carvel.dev/ytt/
kastiglione/rule_swifts
Exploratory Swift build strategies for Bazel
lackerman/monorepo
Monorepo of all my projects setup using submodules so that all my projects can be independent as well
abitofhelp/bazel_go_version_stamping
This repository contains a Go application showing how to stamp a binary with a version using multiple modules.
lopopolo/bazel_tools_demo
Demo repository for writing Bazel rules and tools
nickbreen/bz-platforms2
Example of using bazel's platforms to model complex multi-platform projects.