Scope of D packages
Jacob Carlborg via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Dec 19 01:53:26 PST 2015
On 2015-12-19 01:52, Jakob Jenkov wrote:
> But - if the library was open source, it would be better to just share
> the sources than a compiled file?
Yes. The convention is to use the package manager Dub [1]. It only
allows source distribution and it handles compiling and all dependencies
as well.
[1] http://code.dlang.org/
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list