You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Denis Feklushkin edited this page Dec 29, 2018
·
4 revisions
Git support
Introduction
DUB it's a very useful tool, but you can use it only with a package registry or local files. There are a lot of cases when you can not use a package from DUB registry. For example you want to use a private repository or you want to use your own fork of a library that there already exists in the registry. It would be great if you could use a git repository as a dependency.
This proposal provides a way of defining git repositories as a dependency for a project. This document presents how you could use git, but it can be boot straped to any version control system.
Proposal
Using a particular commit
We should be able to provide a particular commit by setting the sha