I am unable to use that dub packed, sigh :-/ It always fetches packages from remote instead of using the locally checked out versions.

my project config looks like:

"dependencies": {
	"vibe-d": "*",
    "vibe-d:core": "*",
},
    "subConfigurations": {
        "vibe-d:core": "vibe-core"
},

and I have locally checkout out version of vibe.d:

# dub list

...
vibe-d 0.8.2-alpha.3: /root/dlang-devel/vibe.d/