Beta release DUB 1.0.0-beta.1

Marc Schütz via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Jun 7 04:09:38 PDT 2016


On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote:
> DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is 
> support for single-file packages, which can be used to write 
> shebang-style scripts on Posix systems:
>
>     #!/usr/bin/env dub
>     /++ dub.sdl:
>         name "colortest"
>         dependency "color" version="~>0.0.3"
>     +/

Hmm... `/++` is for DDoc. Is this a good idea? Does it matter?


More information about the Digitalmars-d-announce mailing list