nats-io / nats.c

A C client for NATS
Apache License 2.0
390 stars 137 forks source link

Provide Conan recipe #721

Closed robinchrist closed 7 months ago

robinchrist commented 7 months ago

Proposed change

nats.c should provide a Conan recipe for building and easily managing the dependencies as it requires OpenSSL and protobuf which can both be a pain

Use case

This will allow consuming nats.c much easier, as Conan will manage difficult dependencies like OpenSSL or protobuf

Contribution

I'm not good enough with Conan yet to create a recipe myself, but I'm happy to test

robinchrist commented 7 months ago

Also tracked / requested as https://github.com/conan-io/conan-center-index/issues/23001

robinchrist commented 7 months ago

Completed by https://github.com/conan-io/conan-center-index/pull/18444