DUB 0.9.24 release

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Sep 24 02:50:37 PDT 2015


Am 24.09.2015 um 11:22 schrieb John Colvin:
> On Thursday, 24 September 2015 at 09:21:06 UTC, John Colvin wrote:
>> On Thursday, 24 September 2015 at 08:23:54 UTC, Suliman wrote:
>>> How I can add multiple dependencies? In json I was can wrote:
>>> dependencies": {
>>>         "dini": ">=1.0.0",
>>>         "colorize": ">=1.0.5",
>>>         "ddbc": ">=0.2.11",
>>>     }
>>>
>>> How it will be in SDL?
>>
>> http://code.dlang.org/package-format?lang=sdl
>
> woops, sorry, I see it's not actually mentioned there

It's only mentioned implicitly by stating that all directives can be 
used multiple times to override/append. I'll mention this more explicitly.

So the above example is:

dependency "dini" version=">=1.0.0"
dependency "colorize" version=">=1.0.5"
dependency "ddbc" version=">=0.2.11"



More information about the Digitalmars-d-announce mailing list