-
-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conan package #103
Comments
It's on my to-do list... I'll have to get familiar with conan even though I ain't planning on using it yet |
I have already created a Conan package. Feel free to adopt it. |
@mmha do you want to push your package to Bincrafters repo? |
I can do that. |
I wrote the initial recipe, but I don't maintain it. That would probably be @zamazan4ik, @solvingj or someone else who is part of Bincrafters. |
Hey @onqtam yes that's our team, @zamazan4ik is part of it. We're very happy to help however we can. Much of the team is very accessible in the CPPLang slack workspace, in both #conan and #bincrafters rooms. Also of note, the Conan dev team themselves are very active there. The preferred situation for everyone is for the packages in "Conan Center" to come from library Authors/maintainers. Community maintained packages like Bincrafters try to fill the gap for the rest. If/when Authors/Maintainers such as you become willing to support packages we've started, that's a big win. We help with setting up the Conan repository on Bintray, and the CI to build and push the packages there. Please let us know if/when you start digging into this. It can be MUCH harder to learn everything if you go it alone. |
So I've gathered some links here to read about conan but since I'm not using it yet and this seems to get updated by people: And in the spirit of this talk: CppCon 2018: Robert Schumacher “Don't package your libraries, write packagable libraries!” Is it OK for me to close this issue and point to I might also start submitting PRs for new releases to that repository (based on the previous PRs) but I wouldn't feel comfortable maintaining a package repo without understanding conan (and it isn't the only package manager out there...). And as far as I understand all the repositories in |
Yes, thats all correct. Go ahead. |
Hello,
Do you know about Conan?
Conan is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers.
Here you can find example, how you can create package for the library.
If you have any questions, just ask :-)
The text was updated successfully, but these errors were encountered: