awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Configuration and Declaration Formats · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesConfiguration and Declaration Formats

Standardized syntax and settings for defining project dependencies and package manager behavior, distinct from the execution of resolution.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Configuration and Declaration Formats. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Configuration and Declaration Formats

Awesome Configuration and Declaration Formats GitHub Repositories

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

    nvm-sh/nvm

    91,751GitHubView on GitHub↗

    This project is a command-line tool designed for managing multiple runtime versions on a local machine. It functions as a shell-based environment manager that enables users to install, switch between, and maintain different versions of a runtime to support project-specific requirements or diverse shell sessions. By dyn

    Shellbashinstalllts
  • 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
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    C++

Explore sub-tags

  • Dependency DeclarationsStandardized files or formats used to explicitly list the external libraries and modules required by a software project.
  • Package Manager ConfigurationsConfiguration files that define how package managers should fetch, install, and manage software dependencies for a specific project.
  • Static Linking ConfigurationsSettings and build instructions that determine how external code is bundled directly into an executable during compilation.