Newer
Older
dub_jkp / test / issue1005-configuration-resolution / a / dub.sdl
name "a"
dependency "b" version="*"

configuration "x" {
	subConfiguration "b" "x"
}

configuration "y" {
	subConfiguration "b" "y"
}