fpagliughi / sockpp

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

Upload a conan package #71

Open MunWolf opened 1 year ago

MunWolf commented 1 year ago

Would be nice to have a package for conan to easily add this to a project.

fpagliughi commented 1 year ago

Yes. Yes it would.

fpagliughi commented 1 year ago

I don't personally use conan and have no idea what it would take to add this project. There was a pull request #53 which I blindly merged, but have no idea if it's stale, or what more is required. Let me know what more needs to be done.

MunWolf commented 1 year ago

I assume you didn't do the conan-center-index repository part which is what actually makes it available to be subscribed to.

fpagliughi commented 1 year ago

You assume correctly. I don't even know what those words mean. :smile:

MunWolf commented 1 year ago

It is mentioned at the top of #53 basically a pull request needs to be made there adding a recipe for them to host your repo on their website https://github.com/conan-io/conan-center-index/tree/master/recipes

Haven't done this myself so not sure on the exact process.