awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Gom के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Gom के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • damnwidget/vengoD

    DamnWidget/VenGO

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • golang/depgolang का अवतार

    golang/dep

    12,737GitHub पर देखें↗

    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/carthageCarthage का अवतार

    Carthage/Carthage

    15,174GitHub पर देखें↗

    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/gopmgpmgo का अवतार

    gpmgo/gopm

    2,445GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗2,445
Gom के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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…