awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xcodesorg/xcodesXcodesOrg 的头像

    XcodesOrg/xcodes

    4,694在 GitHub 上查看↗

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

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

    Swifthacktoberfestmacosswift
    在 GitHub 上查看↗4,694
  • cpm-cmake/cpm.cmakecpm-cmake 的头像

    cpm-cmake/CPM.cmake

    3,910在 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
    在 GitHub 上查看↗3,910
  1. Home
  2. Development Tools & Productivity
  3. Git Versioning Managers
  4. Remote Version Resolution

探索子标签

  • 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