2 个仓库
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 是一个用于 macOS 工具链管理的命令行实用程序,专门用于安装和管理多个 Xcode 版本。它自动化了发现可用版本、下载特定版本的开发环境以及配置相关设备运行时的过程。 该工具通过符号链接更新在活动版本之间切换,并通过识别和删除特定版本来管理本地安装,从而管理软件生命周期。它通过将 Apple ID 凭据存储在系统钥匙串中来处理对下载服务器的安全访问。 该实用程序包括按处理器架构过滤可用软件以及生成 shell 补全脚本以加速命令行交互的功能。
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.