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

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

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

1 مستودع

Awesome GitHub RepositoriesSnapshot-Based Resolution

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.

Awesome Snapshot-Based Resolution GitHub Repositories

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

    commercialhaskell/stack

    4,047عرض على GitHub↗

    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.

    Haskell
    عرض على GitHub↗4,047
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Resolution
  4. Snapshot-Based Resolution