fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
792 stars 126 forks source link

Adding conan support #53

Closed arsdever closed 2 years ago

arsdever commented 4 years ago

This pull request enables the library to be built through Conan. Later actions will be to create a PR on conan-center-index repository for having the library built and uploaded to the Conan open-source artifactory ( if you do not mind :) ).

paulocoutinhox commented 3 years ago

It will be merged?

fpagliughi commented 2 years ago

I have never used Conan, but will trust that this works as stated. I suppose it will need a minor update for some new features?

stansotn commented 2 years ago

It would be great if this library was added in the conan center, might try to handle that at some point later when time permits..

@arsdever Is there any reason why the library version in conan resolves as branch name? The version normally tracks the git tag.