Thread overview
is there anything like a DUB manual?
Dec 07, 2013
Fra
Dec 07, 2013
Nicolas Sicard
Dec 07, 2013
Fra
December 07, 2013
I finally decided to try out DUB.
The "simple" examples work great, but I could not find any user guide/list of possible options to be put in the package.json file.

Just as an example, how do you pass specific compiler flags like '-J'?
December 07, 2013
On Saturday, 7 December 2013 at 19:59:50 UTC, Fra wrote:
> I finally decided to try out DUB.
> The "simple" examples work great, but I could not find any user guide/list of possible options to be put in the package.json file.
>
> Just as an example, how do you pass specific compiler flags like '-J'?

Did you have a look at http://code.dlang.org/package-format ?
December 07, 2013
On Saturday, 7 December 2013 at 20:13:52 UTC, Nicolas Sicard wrote:

> Did you have a look at http://code.dlang.org/package-format ?

how the hell did I managed to miss that? :D
Thankee