conanfile.txt 808 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [requires]
  2. libxcrypt/4.4.28
  3. zlib/1.2.13
  4. libcurl/7.85.0
  5. openssl/1.1.1q
  6. boost/1.80.0
  7. cpp-httplib/0.11.2
  8. cpr/1.9.0
  9. nlohmann_json/3.11.2
  10. inja/3.3.0
  11. tomlplusplus/3.2.0
  12. yaml-cpp/0.7.0
  13. cppcodec/0.2
  14. libpq/14.5
  15. libpqxx/7.7.4
  16. # libmysqlclient/8.0.17
  17. mariadb-connector-c/3.1.12
  18. sqlite3/3.39.4
  19. sqlitecpp/3.2.0
  20. soci/4.0.3
  21. mongo-cxx-driver/3.6.7
  22. redis-plus-plus/1.3.3
  23. rabbitmq-c/0.11.0
  24. amqp-cpp/4.3.18
  25. zmqpp/4.2.0
  26. paho-mqtt-cpp/1.2.0
  27. libgit2/1.5.0
  28. libssh2/1.10.0
  29. # libpng/1.6.37
  30. serial/1.2.1
  31. # net-snmp/5.9.1
  32. # imgui/1.88
  33. flatbuffers/2.0.8
  34. protobuf/3.21.4
  35. grpc/1.50.0
  36. [options]
  37. zeromq:encryption=None
  38. sqlite3:build_executable=False
  39. soci:with_sqlite3=True
  40. # soci:with_mysql=True
  41. soci:with_postgresql=True
  42. soci:with_boost=True
  43. boost:without_stacktrace=True
  44. boost:without_python=True
  45. [generators]
  46. cmake
  47. cmake_find_package