Decentralized C/C++ package manager
Conan is a package manager for C and C++ developers that boasts the following features:
It is fully decentralized. Users can host their packages on their own private servers.
It can create, upload and download binaries for any configuration and platform, including cross-compiled ones.
It integrates with any build system, including CMake, Makefiles, Meson, etc.
It is extensible; its Python-based recipes, together with extensions points allow for great power and flexibility.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/ihvk3913icdi597whimmn29i2fcc1lrm-conan-2.7.1.drv | ||
riscv64-linux | /gnu/store/ml24a4as10qrjnlzcjj5x1fnl2yqisac-conan-2.7.1.drv | ||
aarch64-linux | /gnu/store/s9dyl63lw1f2ayszqm075gh7y89jvsnn-conan-2.7.1.drv |
Linter | Message | Location |
---|---|---|
inputs-should-be-minimal Identify inputs that should use their minimal variant | 'cmake' should probably switched for its minimal variant |
|
profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs python-urllib3@2.2.1 and python-urllib3@1.26.17 collide |
|