Importing modules under DUB on Windows

rikki cattermole rikki at cattermole.co.nz
Fri Oct 28 21:32:46 UTC 2022


On 29/10/2022 4:15 AM, DLearner wrote:
> However, going forward, I don't want copies of OM anywhere other than UD.

If you want your own private library on your system (that will get used 
a lot), you can create a package and use ``$ dub add-local .`` to add it 
to the available packages for lookup, without needing a version control 
system.

Then you just add it as a dependency on an as needed basis (use ``*`` 
for version should work fine).


More information about the Digitalmars-d-learn mailing list