Hacker News new | ask | show | jobs
by ampdepolymerase 1562 days ago
The best C and C++ package manager I have used is Xmake/Xrepo. They support all the major package repositories out of the box including Vcpkg and Conan.

https://github.com/xmake-io/xmake#supported-package-reposito...

1 comments

xmake is a great tool with complexity. clib's key design goal is simplicity, use the best fit one for next project.
Simplicity is vastly overrated.
This. Simplicity should not be confused with lack of necessary features for bigger projects that hopefully yours will be.
X is vastly overrated.