[Semi-OT] On the topic of build tools

ruki waruqi at gmail.com
Fri Aug 13 14:08:29 UTC 2021


On Tuesday, 10 August 2021 at 01:11:45 UTC, SealabJaster wrote:
> This is a rather aimless discussion, but I wanted to get this 
> off my mind since I've been hopping around different build 
> systems recently. Also it's 2am.
>
> [...]

xmake can build a mixed c/dlang project, and supports built-in 
package dependency management. It also supports downloading 
integrated dlang modules from dub. For example 
add_requires("dub::zlib")


https://github.com/xmake-io/xmake/blob/test/tests/projects/dlang/console_with_pkgs/xmake.lua


More information about the Digitalmars-d mailing list