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 completion) لتسريع التفاعل عبر سطر الأوامر.
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.