Hacker News new | ask | show | jobs
by navi-desu 944 days ago
meson actually solves this problem on the build system, their wrap subsystem allows you to use the system provided lib if found, or fetch from a database during the build process if not.

best of both worlds, imo.