blob: a4009e8744e3805393cd057738a1f5c6f42aed79 [file] [log] [blame]
config BR2_PACKAGE_OATPP
bool "oatpp"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Oat++ is an open-source C++ web framework for highly scalable
and resource-efficient web applications. It provides all the
necessary components for production-grade development.
https://oatpp.io/docs/start
comment "oatpp needs a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS