Config.in 493 B

12345678910111213141516
  1. config BR2_PACKAGE_REDIS_PLUS_PLUS
  2. bool "redis-plus-plus"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. select BR2_PACKAGE_HIREDIS
  6. help
  7. Redis client written in C++
  8. This is a C++ client library for Redis.
  9. It's based on hiredis, and is compatible
  10. with C++ 17, C++ 14, and C++ 11.
  11. https://github.com/sewenew/redis-plus-plus
  12. comment "redis-plus-plus needs a toolchain w/ C++, threads"
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS