awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to pinterest/podtobuild

Projects sharing features with PodToBUILD

22 open-source projects similar to pinterest/podtobuild, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • agens-no/swiffA

    agens-no/swiff

    0View on GitHub↗
    View on GitHub↗0
  • antlr/antlr4antlr avatar

    antlr/antlr4

    18,928View on GitHub↗

    ANTLR is a grammar-based code generator and multi-language parser generator used to design and implement custom languages. It functions as a toolkit for transforming formal language definitions into executable source code for processing structured text or binary files, while providing a framework for automatically constructing and traversing hierarchical parse trees. The project is distinguished by its ability to generate lexers and parsers in various target programming languages from a single shared grammar definition. It supports grammars containing direct left recursion and utilizes adapti

    Java
    View on GitHub↗18,928
  • bazelbuild/bazelbazelbuild avatar

    bazelbuild/bazel

    25,529View on GitHub↗

    Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou

    Javabazelbuildbuild-system
    View on GitHub↗25,529
  • dan-compton/ecsonnetD

    dan-compton/ecsonnet

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
fastred/optimizing-swift-build-timesfastred avatar

fastred/Optimizing-Swift-Build-Times

3,588View on GitHub↗

Collection of advice on optimizing compile times of Swift projects.

Swiftbuild-timecompilecompile-time
View on GitHub↗3,588
  • filmil/bazel-ebookfilmil avatar

    filmil/bazel-ebook

    12View on GitHub↗

    | Workflow | Status | |---|---| | Build | | | Publish to my custom Bazel registry | | | Publish to official Bazel Central Registry | | | Release to GitHub Pages | | | Release to GitHub | |

    Starlark
    View on GitHub↗12
  • grailbio/bazel-toolchaingrailbio avatar

    grailbio/bazel-toolchain

    368View on GitHub↗

    See notes on the release for how to get started.

    Starlark
    View on GitHub↗368
  • hedronvision/bazel-make-cc-https-easyhedronvision avatar

    hedronvision/bazel-make-cc-https-easy

    34View on GitHub↗

    What is this project trying to do for me?

    Starlark
    View on GitHub↗34
  • ios-bazel-users/ios-bazel-usersI

    ios-bazel-users/ios-bazel-users

    0View on GitHub↗

    Resources for using bazel for iOS development

    View on GitHub↗0
  • jpsim/sourcekittenjpsim avatar

    jpsim/SourceKitten

    2,419View on GitHub↗

    An adorable little framework and command line tool for interacting with SourceKit.

    Swift
    View on GitHub↗2,419
  • kripken/emscriptenkripken avatar

    kripken/emscripten

    27,429View on GitHub↗

    Emscripten is a WebAssembly toolchain and compiler backend that transforms C and C++ source code into WebAssembly bytecode. It serves as a framework for porting native applications and libraries to web browsers and server runtimes by translating LLVM intermediate representation into optimized WebAssembly modules. The system specializes in porting native graphical standards, such as OpenGL and SDL2, by mapping native graphics API calls to browser-compatible WebGL commands. This allows complex visual applications and native desktop software to be deployed as portable web formats. The toolchain

    C++
    View on GitHub↗27,429
  • macmade/clangkitM

    macmade/ClangKit

    0View on GitHub↗
    View on GitHub↗0
  • michaeleisel/zldmichaeleisel avatar

    michaeleisel/zld

    1,195View on GitHub↗
    C++ioslinkermacos
    View on GitHub↗1,195
  • nativescript/nativescript-dev-bazelN

    NativeScript/nativescript-dev-bazel

    0View on GitHub↗

    Plugin that allows you to build NativeScript applications with Bazel.

    View on GitHub↗0
  • prodrivetechnologies/bazel-latexProdriveTechnologies avatar

    ProdriveTechnologies/bazel-latex

    81View on GitHub↗

    This repository provides Bazel rules for LaTeX, inspired by Klaus Aehlig's blog post on the matter.

    Starlark
    View on GitHub↗81
  • prodrivetechnologies/bazel-pandocP

    ProdriveTechnologies/bazel-pandoc

    0View on GitHub↗

    This repository provides a function for the Bazel build system called pandoc() that invokes the Pandoc document converter. Example use cases include converting documentation written in Markdown to HTML files, or embedding them as chapters into LaTeX documents. These rules depend on the official…

    View on GitHub↗0
  • robertgummesson/buildtimeanalyzer-for-xcodeRobertGummesson avatar

    RobertGummesson/BuildTimeAnalyzer-for-Xcode

    4,347View on GitHub↗

    BuildTimeAnalyzer-for-Xcode is a performance analysis tool and build log parser designed to measure compilation durations across Xcode project components. It functions as a Swift compilation profiler to detect slow-compiling code and complex type-checking issues. The tool analyzes Xcode build logs to extract timing data and visualize bottlenecked files. This allows for the identification and resolution of slow-building parts of a project by breaking down compilation durations for individual files and modules. The analyzer covers a range of optimization capabilities, including the use of log-

    Swift
    View on GitHub↗4,347
  • salesforce/bazokusalesforce avatar

    salesforce/bazoku

    7View on GitHub↗

    Bazoku brings Heroku deployments to bazel. We could have called this rulesheroku but bazoku sounds too much like bazooka* to turn down. After all, bazoku literally launches your bazel target into Heroku 🚀.

    Starlark
    View on GitHub↗7
  • spotify/xcmetricsspotify avatar

    spotify/XCMetrics

    1,163View on GitHub↗

    XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.

    Swiftspmswiftxcactivitylog
    View on GitHub↗1,163
  • vsco/bazel-toolchainsvsco avatar

    vsco/bazel-toolchains

    35View on GitHub↗

    A collection of Bazel C++ build infrastructure based on Chromium's LLVM toolchain. There are tags corresponding to Chromium releases. The build targets currently supported are Linux x64 and macOS. As in Chromium, the Linux toolchain has a sysroot, bundled copies of binutils, and a copy of…

    Python
    View on GitHub↗35
  • xcconfigs/xcconfigsxcconfigs avatar

    xcconfigs/xcconfigs

    1,195View on GitHub↗

    Common Xcode configuration files/settings.

    View on GitHub↗1,195
  • zetten/bazel-sonarqubeZetten avatar

    Zetten/bazel-sonarqube

    60View on GitHub↗

    Utilities to help analyse Bazel projects with SonarQube.

    Starlark
    View on GitHub↗60