I am using cloud foundry in the office to write cloud applications in D.
I have following development request. For the full context of the request,
please also see http://forum.dlang.org/post/vbeywgqdsuczhrykmlax@forum.dlang.org

I wrote a http/OData library in the office and uploaded it to the company internal github.
The cloud foundry buildpack shell script loads in addition to the dmd and dub archive
also this git repository and added it to DUB with command "add-local". This is a bad hack, but I cannot publish it on code.dlang.org due it is an company internal library.

I wish dub would support to specifiy a git repository.
With this feature, you could push d applications to Cloud Foundry which either uses a http engine
from code.dlang.org (vibe-d with libasync) or in a company scenario, from an internal git repository.

=> A workaround would be my other feature request (Specifying the package repository in dub.json)