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

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

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

mattn/gomArchived

0
View on GitHub↗
1,373 نجوم·90 تفرعات·Go·2 مشاهدات

Gom

Go Manager - bundle for go

Features

  • Dependency Management - Bundle-like dependency manager for Go.
  • Package Management - Go package manager.

سجل النجوم

مخطط تاريخ النجوم لـ mattn/gomمخطط تاريخ النجوم لـ mattn/gom

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gom.
  • damnwidget/vengoD

    DamnWidget/VenGO

    0عرض على GitHub↗
    عرض على GitHub↗0
  • 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
  • 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
  • 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
عرض جميع البدائل الـ 30 لـ Gom→

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

ما هي وظيفة mattn/gom؟

Go Manager - bundle for go

ما هي الميزات الرئيسية لـ mattn/gom؟

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

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

تشمل البدائل مفتوحة المصدر لـ mattn/gom: golang/dep — This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible… jingweno/nut. carthage/carthage — Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It… 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…