I just created a dub package. Frankly, the whole thign is backward.
Tejas
notrealemail at gmail.com
Sun May 8 10:46:52 UTC 2022
On Sunday, 8 May 2022 at 09:24:18 UTC, Egor Pugin wrote:
> On Sunday, 8 May 2022 at 03:47:41 UTC, Tejas wrote:
>> What do you think about using **conda** as a package manager?
>> It's _completely_ decoupled from build systems(as well as
>> which programming language you use, from what I can tell)
>
> Looks like just binary package manager.
> I do not see how it helps building software.
> It can make an environment for you, but how to integrate it
> into cmake or make a build file for make/ninja?
Yeah, that's actually what I like about it: it's completely
seperate from any build system and programming language
Over here, you can see how people don't like `dub`, and would
like to use something else while still managing to provide
packages to the community as a whole
I'd reckon that people build their code using whatever software
they prefer, but publish their code on `conda` for easy usage,
allowing the flexibility of their preferred tool, while
maintaining the easy accessibility of their package.
More information about the Digitalmars-d
mailing list