12345678910111213 |
- 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
|