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

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

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

DamnWidget/VenGO

0
View on GitHub↗
0 نجوم·0 تفرعات·4 مشاهدات

VenGO

Features

  • Dependency Management - Creates and manages isolated Go virtual environments.
  • Package Management - Manage isolated Go virtual environments.

سجل النجوم

مخطط تاريخ النجوم لـ damnwidget/vengoمخطط تاريخ النجوم لـ damnwidget/vengo

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ VenGO

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع VenGO.
  • 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

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

    gpmgo/gopm

    2,445عرض على GitHub↗

    Go Package Manager (gopm) is a package manager and build tool for Go.

    Go
    عرض على GitHub↗2,445
  • carthage/carthageالصورة الرمزية لـ Carthage

    Carthage/Carthage

    15,174عرض على GitHub↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    عرض على GitHub↗15,174
  • jingweno/nutJ

    jingweno/nut

    0عرض على GitHub↗
    عرض على GitHub↗0
عرض جميع البدائل الـ 30 لـ VenGO→

الأسئلة الشائعة

ما هي الميزات الرئيسية لـ damnwidget/vengo؟

الميزات الرئيسية لـ damnwidget/vengo هي: Dependency Management, Package Management.

ما هي البدائل مفتوحة المصدر لـ damnwidget/vengo؟

تشمل البدائل مفتوحة المصدر لـ damnwidget/vengo: gpmgo/gopm — Go Package Manager (gopm) is a package manager and build tool for Go. kardianos/govendor — govendor is a toolset for Go dependency management that enables the replication of external packages into a local… carthage/carthage — Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It… golang/dep — This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible… jingweno/nut. lunny/gop.