awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • xcodesorg/xcodesالصورة الرمزية لـ XcodesOrg

    XcodesOrg/xcodes

    4,694عرض على GitHub↗

    xcodes هي أداة سطر أوامر لإدارة سلسلة أدوات macOS، مصممة خصيصاً لتثبيت وإدارة إصدارات متعددة من Xcode. تقوم الأداة بأتمتة عملية اكتشاف الإصدارات المتاحة، وتنزيل إصدارات محددة من بيئة التطوير، وتهيئة بيئات تشغيل الأجهزة المرتبطة. تدير الأداة دورات حياة البرمجيات من خلال السماح للمستخدمين بالتبديل بين الإصدارات النشطة عبر تحديثات الروابط الرمزية وإدارة التثبيتات المحلية عن طريق تحديد وإزالة إصدارات معينة. تتعامل الأداة مع الوصول الآمن إلى خوادم التنزيل عن طريق تخزين ومسح بيانات اعتماد Apple ID داخل سلسلة مفاتيح النظام. تتضمن الأداة إمكانيات لتصفية البرامج المتاحة حسب معمارية المعالج وإنشاء نصوص إكمال الأوامر (shell completion) لتسريع التفاعل عبر سطر الأوامر.

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

    Swifthacktoberfestmacosswift
    عرض على GitHub↗4,694
  • cpm-cmake/cpm.cmakeالصورة الرمزية لـ cpm-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