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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

DamnWidget/VenGO

0
View on GitHub↗
0 स्टार्स·0 फोर्क्स·3 व्यूज़

VenGO

Features

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

स्टार हिस्ट्री

damnwidget/vengo के लिए स्टार हिस्ट्री चार्टdamnwidget/vengo के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो VenGO के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • gpmgo/gopmgpmgo का अवतार

    gpmgo/gopm

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

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

    Go
    GitHub पर देखें↗2,445
  • 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
  • jingweno/nutJ

    jingweno/nut

    0GitHub पर देखें↗
    GitHub पर देखें↗0
VenGO के सभी 30 विकल्प देखें→

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

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.