zip packages to pack modules

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 29 07:29:42 PDT 2015


On Tuesday, 29 September 2015 at 12:04:51 UTC, bachmeier wrote:
> On Tuesday, 29 September 2015 at 10:37:33 UTC, wobbles wrote:
>
>
> Again, that's the problem. You shouldn't have to write your own 
> dub package in order to use dub

You don't. You have to write your own dub package in order for 
other
people to use your code with dub.

>, and I shouldn't be forced to
> tell a new D user that this is the documentation to read if 
> they want to use D: 
> http://code.dlang.org/package-format?lang=sdl

They don't need that either. `dub init myProj dep1 dep2 ...; dub 
build`. Or
just use git submodules, other people do.

Atila



More information about the Digitalmars-d mailing list