2 repositorios
Installing software libraries directly from remote Git repositories using specific branches, tags, or commits.
Distinct from Git Repository Integrators: Focuses on using Git as a dependency source for libraries, rather than general repository integration.
Explore 2 awesome GitHub repositories matching development tools & productivity · Git-Based Dependency Installations. Refine with filters or upvote what's useful.
Specs is a centralized package metadata repository and distribution service for the Apple platform. It serves as a public index of library specifications, enabling the discovery, resolution, and installation of third-party frameworks for iOS and macOS projects. The project provides a podspec distribution service that hosts and validates library specifications to ensure reproducible dependency resolution. It utilizes a Git-based collection of structured specifications and a REST API to manage library publishing, ownership, and versioning. The system encompasses comprehensive capabilities for
Allows fetching libraries from remote Git URLs targeting specific branches, tags, or commits.
RubyGems is a package manager for the Ruby language, serving as a tool for packaging, distributing, and installing libraries and software extensions. It functions as a dependency resolver and registry client, managing the installation of required libraries and their recursive dependencies to ensure consistent environments across development and production. The system handles the complete package lifecycle, including the building of distributable archives, the compilation of native C extensions for high-performance system integration, and the publishing of stable or prerelease versions to regi
Installs software libraries directly from remote Git repositories using specific branches, tags, or commits.