1 مستودع
Dependency resolution using frozen lists of package versions to ensure reproducible builds.
Distinct from Dependency Resolution: Specifically focuses on fixed-version snapshots for reproducibility, rather than general DI runtime resolution.
Explore 1 awesome GitHub repository matching software engineering & architecture · Snapshot-Based Resolution. Refine with filters or upvote what's useful.
Stack is a build tool, package manager, and project bootstrapper for the Haskell language. It provides a consistent environment for compiling source code, managing project binaries, and executing programs. The system ensures reproducible builds through snapshot-based dependency resolution and manages the installation of specific compiler binaries to match project requirements. It utilizes content-addressable package storage and local-path caching to maintain the integrity of source code and avoid redundant downloads across different projects. The toolset covers the full development lifecycle
Ensures reproducible builds across different machines and time using precise frozen lists of package versions.