Config.in 362 B

1234567891011
  1. config BR2_PACKAGE_LIBCGI
  2. bool "libcgi"
  3. help
  4. LibCGI is a library written from scratch to easily make
  5. CGI applications in C.
  6. There are a lot of functions like string manipulation,
  7. session and cookie support, GET and POST methods manipulation
  8. etc..., to help you to quickly write powerful CGI programs.
  9. https://github.com/rafaelsteil/libcgi/