-
Notifications
You must be signed in to change notification settings - Fork 26
Package manager comparison #34
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
Comments
Since 2018-07, there's Quincunx271 contribution, on reddit. See: What is a good Package Manager for C++?. No mention of Buckaroo in his post though 😞.
|
I'm also wondering what package manager could be used for Arduino libraries arduino/Arduino#5795 (comment) |
This is the main reason we have never gone for such a comparison in our site or in our blog, because, by definition, it will be (possibly very) biased. |
Regarding Arduino, not sure about the pain. I have programmed a few Arduinos, and it wasn't a pain big enough to use another tool. Maybe I didn't use them extensively enough, but I used a few libraries (wifi, sensors, etc), typically just copy them into the project or Arduino libraries path and worked. But sure Conan could be used for that purpose, as one of its focus is high configurability, integration with any build system, etc. There are users using conan in production for embedded devices. Maybe it won't be necessary to create binaries, but just source packages. If there were high interest by the community we could even open a dedicated repository in Bintray, like "arduino-center", to act as a central repository for the community. Just an idea, possibly a few things to discuss, but feel free @scls19fr to do the suggestion to the Arduino community. |
Thanks @memsharded |
Hi!
Just a suggestion to a new post:
When Conan was presented at cppcon 2017, @memsharded mentioned some package managers, but we don't have a good real analysis for this.
I read once in reddit some discussion about Conan versus Buckaroo.
IMHO would like to have a post comparing features per tool. This publication may be a great place for people that are looking for a package manager, but they don't know what to use.
Regards!
The text was updated successfully, but these errors were encountered: