Package management in C++

CppCon is coming up, this is one of the presentations listed. It will appear free online later, maybe some time in December.

“Lessons Learned from Packaging 10,000+ C++ Projects”
“At Bloomberg, we maintain a system that coherently builds and integrates more than 10,000 C++ packages that are maintained independently by thousands of software engineers on hundreds of teams across our Engineering department. In this talk, we will go over the lessons we have learned about maintaining these packages, as well as how package management should interact with third-party libraries, third-party tools, build systems, IDEs, static analysis tools, and refactoring automation. We hope this will start a conversation around the potential requirements for a more complete package management solution in the C++ ecosystem.”

1 Like