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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesRemote Version Resolution

Resolving dependency versions by fetching specific tags or commit hashes from remote Git repositories.

Distinct from Git Versioning Managers: Focuses on the act of resolving and fetching specific remote versions rather than general versioning management.

Explore 2 awesome GitHub repositories matching development tools & productivity · Remote Version Resolution. Refine with filters or upvote what's useful.

Awesome Remote Version Resolution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • xcodesorg/xcodesAvatar XcodesOrg

    XcodesOrg/xcodes

    4,694Vezi pe GitHub↗

    xcodes este un utilitar de linie de comandă pentru administrarea toolchain-ului macOS, conceput special pentru instalarea și gestionarea mai multor versiuni de Xcode. Acesta automatizează procesul de descoperire a versiunilor disponibile, descărcarea versiunilor specifice ale mediului de dezvoltare și configurarea runtime-urilor pentru dispozitive asociate. Instrumentul gestionează ciclurile de viață ale software-ului permițând utilizatorilor să comute între versiunile active prin actualizarea link-urilor simbolice și să gestioneze instalările locale prin identificarea și eliminarea versiunilor specifice. Acesta gestionează accesul securizat la serverele de descărcare prin stocarea și ștergerea credențialelor Apple ID în keychain-ul sistemului. Utilitarul include capabilități de filtrare a software-ului disponibil după arhitectura procesorului și generarea de scripturi de completare pentru shell, pentru a accelera interacțiunea în linia de comandă.

    Fetches available Xcode versions and download metadata via remote HTTP API requests.

    Swifthacktoberfestmacosswift
    Vezi pe GitHub↗4,694
  • cpm-cmake/cpm.cmakeAvatar cpm-cmake

    cpm-cmake/CPM.cmake

    3,910Vezi pe GitHub↗

    CPM.cmake is a dependency manager and package resolver for C and C++ projects that integrates directly into the CMake build system. It automates the process of fetching, configuring, and managing external libraries by resolving dependencies through system-wide package managers or by downloading source code from remote repositories. The system ensures reproducible builds by locking transitive dependency versions and verifying the authenticity of downloaded source archives using cryptographic hash checksums. It allows for development flexibility through local filesystem overrides, which redirec

    Resolves specific library versions by fetching tags or commit hashes directly from remote Git repositories.

    CMakebuildscc-plus-plus
    Vezi pe GitHub↗3,910
  1. Home
  2. Development Tools & Productivity
  3. Git Versioning Managers
  4. Remote Version Resolution

Explorează sub-etichetele

  • API-Based Version ResolutionResolving available software versions by querying remote REST APIs. **Distinct from Remote Version Resolution:** Specifically uses REST API requests rather than Git tags or commit hashes