1*4882a593Smuzhiyunconfig BR2_PACKAGE_RIEMANN_C_CLIENT 2*4882a593Smuzhiyun bool "riemann-c-client" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # protobuf-c 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf-c 5*4882a593Smuzhiyun depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" # protobuf-c 6*4882a593Smuzhiyun select BR2_PACKAGE_PROTOBUF_C 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun Riemann-c-client is a C client library for the Riemann 9*4882a593Smuzhiyun monitoring system, providing a convenient and simple API, 10*4882a593Smuzhiyun high test coverage and a copyleft license, along with API 11*4882a593Smuzhiyun and ABI stability. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://github.com/algernon/riemann-c-client 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "riemann-c-client needs a toolchain w/ C++, threads" 16*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 17*4882a593Smuzhiyun depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" 18