Hello Walter,
You just type the correct package name in the import declaration, and the compiler system takes care of the rest.
How about a package->source mapping? dmd -I my.corp=http://mycorp.com/sourcerepo import my.corp.foo; // looked for at http://mycorp.com/sourcerepo.foo.d that way when things move, or corps merg, you only need to update the mappings. -- ... <IXOYE><
