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 क्रेडेंशियल्स को स्टोर और क्लियर करके डाउनलोड सर्वर तक सुरक्षित पहुंच को हैंडल करता है। इस यूटिलिटी में प्रोसेसर आर्किटेक्चर द्वारा उपलब्ध सॉफ्टवेयर को फिल्टर करने और कमांड-लाइन इंटरैक्शन को तेज करने के लिए शेल कंप्लीशन स्क्रिप्ट जेनरेट करने की क्षमताएं शामिल हैं।
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.