2 repository-uri
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.
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.
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.