RejectedSoftware Forums

Sign up

Software delivery with dub

Hi
When I understand it right, the only way to publish software via dub is GitHub or BitBucket or similars.

Is there any change to publish software as libraries or packages with dub?
The sour way to download source files, compile and use them is useful only for a technical group of users.

For example, think about the delivery of a huge app, maybe a WCMS or an OS.
How to bring D-apps to the crowd without recompiling?

Regards, Ozan

Re: Software delivery with dub

On 01/07/15 14:54, Ozan wrote:

Hi
When I understand it right, the only way to publish software via dub is GitHub or BitBucket or similars.

Is there any change to publish software as libraries or packages with dub?
The sour way to download source files, compile and use them is useful only for a technical group of users.

For example, think about the delivery of a huge app, maybe a WCMS or an OS.
How to bring D-apps to the crowd without recompiling?

I think that Dub is only intended for developers. End users should get
the software through the usual channels for the particular OS.

/Jacob Carlborg