dub subpckages and how to depend on them internally

aliak something at something.com
Thu May 31 17:49:33 UTC 2018


On Thursday, 31 May 2018 at 12:55:10 UTC, Martin Tschierschke 
wrote:
> I had a similar struggle, may be the version is the missing 
> hint:
>
> "dependencies": {
>     "diet-ng": "~>1.4",
>      ....,
>
>      mylib":{
>                 "versions": "~master",
>                 "path": "/home/mt/d/mylib"
>                 },
>       ....
> }
>
> Try to place "versions": "~master", beside your path.

Unfortunately that did not work :(


More information about the Digitalmars-d mailing list