jwt-cpp icon indicating copy to clipboard operation
jwt-cpp copied to clipboard

Conan package

Open zamazan4ik opened this issue 8 years ago • 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.

If you have any questions, just ask :-)

zamazan4ik avatar Feb 07 '18 13:02 zamazan4ik

+1

ImpressiveDev avatar Feb 13 '18 14:02 ImpressiveDev

Hi,

I have made a Conan package recipe for your library (for my current project's requirements): https://github.com/ImpressiveDev/conan-jwt-cpp

The recipes does not compile any tests target for now, but still, this is a starting point if you decide to publish you library as a Conan package.

It mostly uses bincrafters templates with modified CMakeList.txt (root) and conanfile.py (root)

ImpressiveDev avatar Feb 14 '18 20:02 ImpressiveDev

Do you want to post it to bincrafters repo?

zamazan4ik avatar Feb 14 '18 21:02 zamazan4ik

It depends. I always prefers when a library owner manage the packaging of the product. It depends on @pokowaka intentions for this request.

And also, my recipe is in a "raw state" for now. It needs to be improved before publishing (if I decide to publish it).

ImpressiveDev avatar Feb 15 '18 16:02 ImpressiveDev

Let me look into this. @ImpressiveDev I will see if I can use your repo as a starting point.

pokowaka avatar Mar 27 '18 05:03 pokowaka

I am also working an updated conan recipe. But this first requires the implementation for issue #34 .

wdobbe avatar Jun 06 '18 21:06 wdobbe