1config BR2_PACKAGE_OATPP 2 bool "oatpp" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 help 6 Oat++ is an open-source C++ web framework for highly scalable 7 and resource-efficient web applications. It provides all the 8 necessary components for production-grade development. 9 10 https://oatpp.io/docs/start 11 12comment "oatpp needs a toolchain w/ C++, threads" 13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 14