Config.in 699 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_WT
  2. bool "wt"
  3. help
  4. Wt is a C++ library for developing web applications. It consists of:
  5. - libwt, a widget/rendering library
  6. - libwthttp, an (async I/O) HTTP/WebSockets server
  7. - libwtfcgi, a FastCGI connector library (Unix)
  8. - libwtisapi, an ISAPI connector library (Windows)
  9. - libwttest, a test connector environment
  10. It also contains a C++ ORM, which can be used in a web application
  11. (obviously), but can also be used on its own:
  12. - libwtdbo, a C++ ORM
  13. - libwtdbopostgres, PostgreSQL backend
  14. - libwtdbosqlite3, Sqlite3 backend
  15. - libwtdbofirebird, Firebird backend
  16. For more information, see [the homepage](http://www.webtoolkit.eu/wt
  17. "Wt homepage").