JFrog ConanCenter C++ Repository

I work in a software house and we use conan to install libraries (third parties and even the ones we developed inside the team) in our development machines.

As you may know the Bintray repository was shut down from last May. Now I wonder:

  1. Do conan center offer some kind of long term support on the packages it hosts?
  2. Do you distribute libraries from conan repository or do you upload libraries in your own private repository so that you are not affected by repository being shutting down?

Thank you.

1 Answer

Do conan center offer some kind of long term support on the packages it hosts?

Yes. Conan Center didn't change and won't, the official packages are still there.

However, official new packages must be added by Conan Center Index

Do you distribute libraries from conan repository or do you upload libraries in your own private repository so that you are not affected by repository being shutting down?

Conan Center Index uploads their packages (which contain built libraries) to an Artifactory instance. The same server provides those packages for all users.

In summary, nothing changed for package consumers. However, if you used to provide Conan packages through Bintray, now you should use Artifactory Cloud (Free version), or even, you can install a local Artifactory instance (also free) and use it for distribution.

Please, read the official Blog post related to Bintray Sunset for more information:

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like