2 مستودعات
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.
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.
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.