PackageManager.this

Instantiate an instance with a single search path

This constructor is used when dub is invoked with the '--bare' CLI switch. The instance will not look up the default repositories (e.g. ~/.dub/packages), using only path instead.

Parameters

path NativePath

Path of the single repository

Meta