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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesDependency Source Mirroring

Creating local copies of external dependency source code to ensure build reproducibility and offline availability.

Distinct from Directory Structure Mirroring: Focuses on mirroring external dependencies for builds rather than general directory scaffolding or structure replication.

Explore 2 awesome GitHub repositories matching development tools & productivity · Dependency Source Mirroring. Refine with filters or upvote what's useful.

Awesome Dependency Source Mirroring GitHub Repositories

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

    golang/dep

    12,737عرض على GitHub↗

    This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible builds across different environments. It functions as a version lock file manager, recording complete snapshots of the dependency graph to prevent version drift, and as a semantic version constraint resolver that calculates compatible package versions. The tool orchestrates a local vendor directory, mirroring external source code to enable offline builds and source auditing. It utilizes a combination of static analysis to discover required libraries and a logic engine to inte

    Mirrors external source code into a local vendor directory to enable offline builds and source auditing.

    Godependency-managergolangpackage-manager
    عرض على GitHub↗12,737
  • void-linux/void-packagesالصورة الرمزية لـ void-linux

    void-linux/void-packages

    3,276عرض على GitHub↗

    This project is a source-based package management framework designed to build, maintain, and distribute software for a Linux operating system. It provides a comprehensive infrastructure for transforming source code into reproducible binary packages, utilizing modular shell-script templates to manage the entire lifecycle of fetching, patching, configuring, and compiling software. The system distinguishes itself through its focus on isolated build environments and cross-compilation capabilities. By utilizing dedicated master directories and specialized toolchains, it ensures that builds remain

    Caches source code archives locally to ensure build continuity and reproducibility even when upstream sources are unavailable.

    Shellhacktoberfestvoidlinux
    عرض على GitHub↗3,276
  1. Home
  2. Development Tools & Productivity
  3. Directory Structure Mirroring
  4. Dependency Source Mirroring