Re: SaveWip v2 Released

2017-06-02 Thread JamesD via Digitalmars-d-announce
On Friday, 2 June 2017 at 16:14:27 UTC, JamesD wrote: If any interest, I can make a DUB package. If you compile your source code frequently to check your work while learning a new language, for example the D language, then saveWip is for you! [...] The link on GitHub:

SaveWip v2 Released

2017-06-02 Thread JamesD via Digitalmars-d-announce
If any interest, I can make a DUB package. If you compile your source code frequently to check your work while learning a new language, for example the D language, then saveWip is for you! Saves source files to a work in progress folder with timestamp. The timestamp file format is:

rdub V2 released

2017-05-16 Thread JamesD via Digitalmars-d-announce
V2 accepts multiple files and wildcard *.d on the command line. https://code.dlang.org/packages/rdub RDUB is a front end for DUB, a D language build tool. It's designed to build source files specified on the command line, without having to edit the dub files: dub.json, dub.sdl, src/app.d,

Release RDUB v1

2017-04-26 Thread JamesD via Digitalmars-d-announce
RDUB is a front end for DUB, a D language build tool. It's designed to build a single source file specified on the command line, without having to edit the dub files: dub.json, dub.sdl, src/app.d, source/app.d https://github.com/jasc2v8/rdub https://code.dlang.org/packages/rdub This tool is

Release dwtlib v1.0.1

2017-04-23 Thread JamesD via Digitalmars-d-announce
dwtlib - DUB package for the D Widget Toolkit https://code.dlang.org/packages/dwtlib DWT is a library for creating cross-platform GUI applications. It's a port of the SWT Java library from Eclipse. *Status* WORKING Tested on: - Windows 10 Home - Ubuntu 16.04 LTS 32-bit - DMD32 v2.073.0 - DUB