iboB/picobench

Conan package

zamazan4ik opened this issue · 6 comments

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.

Why we should create package even for single-header library: we need one way for getting different libraries. Maybe in far-far future you will rewrite your library into different files, and Conan will handle this automatically, user will be able to get your library easily as before.

If you have any questions, just ask :-)

iboB commented

That's a great idea, but unfortunately I have absolutely no experience with Conan. Perhaps this is a good occasion for me to do so, but it will be a while until I have the time.

I would welcome a pull request :)

On Slack we have several Conan channels: cpplang.now.sh , #conan and #bincrafters channels

https://github.com/bincrafters/conan-picobench

Please, if you are interested in supporting Conan package for your library (i hope you are interested in :-) , update this Conan package every picobench release.

iboB commented

So I added a new version. How do I update the package?

Just update library version in conanfile.py and test package locally. If recipe will need some chages, just do it :-) Probably my recipe isn't ideal.

iboB commented

stale