On Tue, 14 Oct 2014 12:11:27 GMT, John Colvin wrote:

I have a project that has several different optional features, which each entail new dependencies and versions defined etc. I want to be able to choose which ones to enable/disable at build-time.

How would you recommend I manage this using dub?

Related ticket: #128

I think what we'll need in the long term is something like "features" in addition to the current mutually exclusive "configurations". It just needs someone to work out the exact semantics.