Conan Repository Exclusive -

By default, Conan comes with conancenter active. To make your repository exclusive, you must remove the others.

The Conan 2.0 era emphasizes "package revisions" and "recipe revisions." Your exclusive repository is no longer just a file server—it is a Git-like version control system for binaries. You can roll back to any build from six months ago. conan repository exclusive

def package(self): self.copy("*.h", dst="include") self.copy("*.a", dst="lib") By default, Conan comes with conancenter active

allow teams to encapsulate private dependencies, preventing the dependency graph from expanding into internal-only components when sharing packages with external partners. Technical Implementation of Exclusive Remotes conan repository exclusive

Alternatively, use the command line to modify a remote’s allowed_packages :