Conan.io package for RabbitMQ C/C++ library
Download conan client from Conan.io and run:
$ python build.py
Or, alternatively with python3/pip3:
$ CONAN_PIP_COMMAND=pip3 CONAN_APPLE_CLANG_VERSIONS=11.0 python3 build.py
$ conan upload rabbitmq-c/0.6.0@sobotklp/stable --all
$ conan install rabbitmq-c/0.6.0@sobotklp/stable
If you handle multiple dependencies in your project, it would be better to add a conanfile.txt
[requires]
rabbitmq-c/0.6.0@sobotklp/stable
[generators]
txt
cmake