File: control

package info (click to toggle)
cgilib 0.6-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 196 kB
  • ctags: 80
  • sloc: ansic: 1,214; makefile: 96; sh: 10
file content (16 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cgilib
Maintainer: Martin Schulze <joey@debian.org>
Section: web
Priority: optional
Standards-Version: 3.7.3

Package: cgilib
Architecture: any
Suggests: httpd
Section: web
Priority: optional
Conflicts: libcgi-dev
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.