On Friday, 14 August 2015 at 08:06:15 UTC, yawniek wrote:
i'm trying to have my own versions of my dependencies as git submodules.whats the correct way of having a chain of packages included from git submodules so that every packages get's only picked once?
dub add-local allows you to add local copy of a package. This will be system wide though, not only for the current package.