diff options
Diffstat (limited to 'package/cgilib/ipkg/cgilib.control')
-rw-r--r-- | package/cgilib/ipkg/cgilib.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/cgilib/ipkg/cgilib.control b/package/cgilib/ipkg/cgilib.control new file mode 100644 index 0000000000..a42b356c56 --- /dev/null +++ b/package/cgilib/ipkg/cgilib.control @@ -0,0 +1,9 @@ +Package: cgilib +Priority: optional +Section: libs +Maintainer: Oliver Ertl <oliver@ertl-net.net>, OpenWrt Developers <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/cgilib/ +Description: Simple CGI Library. + This library provides a simple programming API to the Common Gateway + Interface (CGI). It features HTTP Redirect, provides read access to + FORM variables, sets HTTP Cookies and reads them. |