awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Version and Compatibility Management · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesVersion and Compatibility Management

Frameworks for enforcing version constraints, ensuring reproducible builds, and managing peer compatibility, distinct from module resolution logic.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Version and Compatibility Management. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Version and Compatibility Management

Awesome Version and Compatibility Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage
  • mui/material-ui

    mui/material-ui

    97,927GitHubView on GitHub↗

    Material UI is a comprehensive component-based library designed to accelerate the construction of professional, accessible web interfaces. It provides a centralized design system framework that manages visual tokens, typography, and color palettes to ensure consistent branding and layout constraints across complex appl

    JavaScriptdesign-systemmaterial-designmaterial-ui
  • spring-projects/spring-boot

    spring-projects/spring-boot

    80,046GitHubView on GitHub↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the fr

    Javaframeworkjavaspring
  • astral-sh/uv

    astral-sh/uv

    79,476GitHubView on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure repr

    Rustpackagingpythonresolver

Explore sub-tags

  • Lockfile GeneratorsTools that record the exact versions of all dependencies to ensure consistent builds across different development environments.
  • Semantic Versioning SystemsFrameworks and standards for assigning version numbers to software releases to communicate compatibility and breaking changes.
  • Starter Dependency BOMsPredefined lists of compatible library versions designed to simplify the setup of new software projects.
  • Version Compatibility UtilitiesUtilities that verify compatibility between different software components or check for potential conflicts in dependency trees.