Starlark bazel-rules

Open-source Starlark projects categorized as bazel-rules

Top 23 Starlark bazel-rule Projects

  • rules_nodejs

    NodeJS toolchain for Bazel.

    Project mention: Bazel jasmine_test issue | /r/bazel | 2023-07-24
  • rules_rust

    Rust rules for Bazel

    Project mention: NixOS: Declarative Builds and Deployments | news.ycombinator.com | 2024-01-14

    The same reason Bazel builds avoid using Cargo when building Rust software, so I'll describe why Bazel would do this:

    - Bazel wants to cache remote resources, like each respective crate's source files.

    - Bazel then wants to build each crate in a sandbox, and cache the build artifacts

    This is an established practice, and Nix wants to drive the build for the same reasons.

    See:

    - https://github.com/bazelbuild/rules_rust

    - https://github.com/google/cargo-raze

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • rules_python

    Bazel Python Rules

    Project mention: Things I've learned about building CLI tools in Python | news.ycombinator.com | 2023-10-24

    What's SV?

    I honestly don't know why anyone would use that... as in what does Bazel do better than virtually anything else that can provide this functionality. But, I used to be an ops engineer in a big company which wanted everything to be Maven, regardless of whether it does it well or not. So we built and deployed with Maven a lot of weird and unrelated stuff.

    Not impossible, but not anything I'd advise anyone to do on their free time.

    Specifically wrt' the link you posted, if you look here: https://github.com/bazelbuild/rules_python/blob/main/python/... it says that only pure Python wheels are supported, but that's also a lie, they don't support half of the functionality of pure Python wheels.

    So, definitely not worth using, since lots of functionality is simply not there.

  • rules_apple

    Bazel rules to build apps for Apple platforms.

  • bazel-skylib

    Common useful functions and rules for Bazel

  • rules_scala

    Scala rules for Bazel

  • rules_swift

    Bazel rules to build Swift on Apple and Linux platforms

  • 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.

  • rules_js

    High-performance Bazel rules for running Node.js tools and building JavaScript projects

    Project mention: Any nice patterns for releasing libraries? | /r/bazel | 2023-05-26

    For Bazel you can find a good example of this functionality in rules_js with the integration of pnpm workspaces and the npm_package rule (macro) which recently gained a .publish runnable target that will publish the package.

  • rules_nixpkgs

    Rules for importing Nixpkgs packages into Bazel.

  • bazel-coverage-report-renderer

    Haskell rules for Bazel.

  • rules_proto_grpc

    Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets

  • rules_cc

    C++ Rules for Bazel

  • rules_gitops

    This repository contains rules for continuous, GitOps driven Kubernetes deployments.

  • platforms

    Constraint values for specifying platforms and toolchains (by bazelbuild)

  • rules_ts

    Bazel rules for the `tsc` compiler from http://typescriptlang.org

    Project mention: Building a modern gRPC-powered microservice using Node.js, Typescript, and Connect | dev.to | 2023-04-20

    import { StateTransitionService } from "@state-transitions/definition"; import { createConnectTransport } from "@bufbuild/connect-node"; import { createPromiseClient } from "@bufbuild/connect"; // The following line is due to these issues // > https://github.com/aspect-build/rules_ts/issues/159#issuecomment-1437399901 // > https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1270716220 import type {} from "@bufbuild/protobuf"; export const transport = createConnectTransport({ baseUrl: `http://localhost:8080`, httpVersion: "1.1", }); export const client = createPromiseClient(StateTransitionService, transport);

  • gcc-toolchain

    A fully-hermetic Bazel GCC toolchain for Linux.

  • rules_scala

    Robust and featureful Bazel rules for Scala (by higherkindness)

  • rules_jsonnet

    Jsonnet rules for Bazel

  • rules_py

    More compatible Bazel rules for running Python tools and building Python projects

  • rules_pycross

    Bazel + Python rules for cross-platform external dependencies

  • rules_dart

    Dart rules for Bazel

    Project mention: Show HN: Shorebird 1.0, Flutter Code Push | news.ycombinator.com | 2024-04-08
  • rules_cc_module

    Rules for using C++20 modules with bazel

  • rules_r

    R rules for Bazel

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-08.

Starlark bazel-rules related posts

Index

What are some of the best open-source bazel-rule projects in Starlark? This list will help you:

Project Stars
1 rules_nodejs 718
2 rules_rust 607
3 rules_python 494
4 rules_apple 471
5 bazel-skylib 361
6 rules_scala 350
7 rules_swift 296
8 rules_js 279
9 rules_nixpkgs 263
10 bazel-coverage-report-renderer 259
11 rules_proto_grpc 240
12 rules_cc 161
13 rules_gitops 156
14 platforms 102
15 rules_ts 91
16 gcc-toolchain 88
17 rules_scala 66
18 rules_jsonnet 64
19 rules_py 64
20 rules_pycross 48
21 rules_dart 45
22 rules_cc_module 40
23 rules_r 39
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com