On Friday, 13 September 2013 at 16:09:11 UTC, Sönke Ludwig wrote:
> Something like:
>
> def somevar="somevalue"
> libs "$somevar"
>
> or
>
> template "sometemplate" {
> libs "gdi32" "user32"
> }
>
> configuration "gui" {
> mixin "sometemplate"
> }
A little redundancy doesn't hurt so long as the overall package
description remains concise and simple.