Converting a Visual Studio Solution with many Projects into DUB package?

Lodovico Giaretta via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 16 08:49:01 PDT 2016


On Tuesday, 16 August 2016 at 15:46:23 UTC, WhatMeWorry wrote:
>
> I've got a large Visual Studio Solution which contains lots of 
> Projects.  Each project is a standalone D/OpenGL tutorial.  I 
> want to make it OS and IDE agnostic so it can be easily played 
> with on Windows, Linux, and Mac OS so I thought it best to make 
> it a dub package.
>
> I've been reading the DUB documentation but can't seem to find 
> a way. So in short, does DUB allow something like sub-packages?
>  Or collections of packages?
>
> No is fine.  I just wanted to check before I go off and create 
> a flat file system of dub packages.

I think you are looking for this:
https://code.dlang.org/package-format?lang=json#sub-packages


More information about the Digitalmars-d-learn mailing list