On Tue, 18 Jun 2013 20:18:25 GMT, Rene Zwanenburg wrote:

On Tue, 18 Jun 2013 15:15:19 GMT, Mike Parker wrote:

On Tue, 18 Jun 2013 16:50:05 +0200, Sönke Ludwig wrote:

Am 18.06.2013 15:48, schrieb Mike Parker:

I've attempted to register the Derelict package with the package registry and I keep getting the following error:

(...)

Turns out that there were still two places that couldn't cope with the
new "sub:package" style dependencies. Should work now.

And it did. Thanks!

Derelict in the DUB registry, neat! I've been using both for quite some time now and they're a pleasure to work with.

But adding Derelict as a dependency isn't working for me:

"dependencies": {
	"derelict" : "~master"
}


I completely forgot to test with non-local packages... The latest master correctly handles this now and using something like "dependencies": {"derelict:opengl3": "~master"} works as well.