feat(conan-flake): add support to Conan C/C++ Package Manager config through conan-flake module#2787
feat(conan-flake): add support to Conan C/C++ Package Manager config through conan-flake module#2787tarc wants to merge 43 commits into
Conversation
|
@domenkozar do you think it makes sense to add support do Conan to devenv? Despite the lack of a de facto standard package management system for C++, in my opinion Conan is the one that best models the full complexity of C/C++ dependency tracking (it makes possible to take into account such subtleties as header-onliness, different libcxx ABIs, standard compatibility etc.). It's versatile, customizable, works fine with the most well tested generators out of the box with CMake-based projects. The module I've coded into flake.parts was already designed to be easily integrated here in devenv. The official site is: https://conan.io/ |
|
Sounds good to me, shouldn't it be under |
|
It also supports the C language as well. That's why I decided to put it under integration... |
|
I'm moving it to |
|
See how we handle bun |
|
Hello, @domenkozar . I refactored it under |
Support Conan C/C++ Package Manager configuration through conan-flake module:
Disclaimer: I'm also the author of conan-flake.