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

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

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

2 مستودعات

Awesome GitHub RepositoriesSource-Based Package Managers

Package managers that download source archives and apply patches before integrating them into the build process.

Distinct from Package Sources: None of the candidates cover the full lifecycle of source downloading and patching for general C++ integration.

Explore 2 awesome GitHub repositories matching development tools & productivity · Source-Based Package Managers. Refine with filters or upvote what's useful.

Awesome Source-Based Package Managers GitHub Repositories

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

    TheLartians/CPM

    4,026عرض على GitHub↗

    CPM هو مدير حزم وأداة بناء تعتمد على المصدر لـ CMake، تقوم بتنزيل وإصدار ودمج تبعيات C++ الخارجية دون الحاجة إلى تثبيت خارجي. تعمل كنظام حل قائم على السكربتات يجلب كود المصدر عن بُعد ويهيئ أهداف المشروع للاستخدام الفوري داخل عملية البناء. يضمن المشروع سير عمل بناء قابل للتكرار من خلال تثبيت إصدارات ملف القفل (Lockfile) والتحقق من سلامة الأرشيفات التي تم تنزيلها بناءً على التجزئة التشفيرية. ويدعم التطوير المتزامن من خلال السماح بتجاوز الموارد البعيدة بمسارات نظام الملفات المحلي، ويوفر آلية لتطبيق تصحيحات المصدر متعددة المراحل على التبعيات. تدير الأداة دورة حياة التبعية الكاملة، بما في ذلك إلغاء التكرار المتعدي المتكرر والتخزين المؤقت للمحتوى المحلي لعمليات البناء دون اتصال. وتنفذ استراتيجية حل تعطي الأولوية للنظام، حيث تحاول تحديد موقع التبعيات عبر مديري أنظمة المضيف الأصلية قبل اللجوء إلى التنزيلات البعيدة.

    Downloads source archives and provides a mechanism for applying multi-stage patches to dependencies before integration.

    CMake
    عرض على GitHub↗4,026
  • 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

    Provides a comprehensive framework for managing the entire software lifecycle, from fetching and patching source code to compiling reproducible binary distributions.

    Shellhacktoberfestvoidlinux
    عرض على GitHub↗3,276
  1. Home
  2. Development Tools & Productivity
  3. Source-Based Package Managers