2006-01-23 20:49:38 +01:00
|
|
|
config BR2_PACKAGE_LIBCGI
|
|
|
|
bool "libcgi"
|
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
LibCGI is a library written from scratch to easily make
|
2006-01-23 20:49:38 +01:00
|
|
|
CGI applications in C.
|
|
|
|
|
2008-08-04 21:07:05 +02:00
|
|
|
There are a lot of functions like string manipulation,
|
|
|
|
session and cookie support, GET and POST methods manipulation
|
2006-01-23 20:49:38 +01:00
|
|
|
etc..., to help you to quickly write powerful CGI programs.
|
|
|
|
|
|
|
|
http://libcgi.sourceforge.net/
|