eglimi / cpptime

A portable, pure C++11 timer component.
MIT License
166 stars 45 forks source link

Creating conan package #10

Open sheepy9 opened 2 months ago

sheepy9 commented 2 months ago

Hi, would you be interested in having cpptime be available as a conan package? If so, I can submit a pull request adding the conan recipe. Then you could submit an inclusion request to have cpptime available on conancenter, making it super easy for anyone using conan to discover/use your library.

Cheers.

eglimi commented 1 month ago

Hi @sheepy9, Thanks for reaching out and for your offer.

I'm not familiar with Conan, since I never used it myself. But since it seems to be popular, I'm not against adding a recipe for cpptime.

What would be required for it? I guess I need to start properly version the package (which is anyway a good idea). In addition, is there some maintenance or changes expected for Conan, or are these recipes stable over time?