Language

Package: conan @ 2.7.1

Synopsis

Decentralized C/C++ package manager

Description

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.

Home page
https://conan.io
Location
License

Lint warnings

LinterMessageLocation
inputs-should-be-minimal

Identify inputs that should use their minimal variant

'cmake' should probably switched for its minimal variant
  • gnu/packages/package-management.scm (line: 1496, column: 5)
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
  • gnu/packages/package-management.scm (line: 1344, column: 2)