dub and subpackages

Edwin van Leeuwen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 14 01:09:17 PDT 2015


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.


More information about the Digitalmars-d-learn mailing list