Am 23.06.2013 11:27, schrieb Jack Applegame:

And how to force "dub build" to install packages to local .dub directory instead user folder?

We decided to remove the local .dub/packages folder, as it usually just
means that the same package is installed multiple times, for each project.

Another possibility is to use "dub install <pack> --local
--version=<packversion>" (or git clone) to download the package to the
current directory and then "dub add-local <pack-packversion>" (or
"dub add-path .") to register it.