Rev | Line | |
---|
[493] | 1 | Source: libcgic |
---|
| 2 | Section: libs |
---|
| 3 | Priority: optional |
---|
| 4 | Maintainer: Bart Martens <bartm@debian.org> |
---|
| 5 | Build-Depends: cdbs, libfcgi-dev, debhelper (>= 5) |
---|
| 6 | Standards-Version: 3.9.3 |
---|
| 7 | Homepage: http://www.boutell.com/cgic/ |
---|
| 8 | |
---|
| 9 | Package: libcgic-dev |
---|
| 10 | Section: libdevel |
---|
| 11 | Architecture: any |
---|
| 12 | Depends: libc6-dev, ${misc:Depends} |
---|
| 13 | Suggests: httpd |
---|
| 14 | Conflicts: libcgicg1-dev |
---|
| 15 | Replaces: libcgicg1-dev |
---|
| 16 | Description: C library for developing CGI applications |
---|
| 17 | Cgic is an ANSI-C library for the creation of CGI-based World Wide Web |
---|
| 18 | applications. Cgic provides the following: |
---|
| 19 | . |
---|
| 20 | * Parses form data, correcting for defective and/or inconsistent |
---|
| 21 | browsers |
---|
| 22 | * Transparently accepts both GET and POST form data |
---|
| 23 | * Handles line breaks in form fields in a consistent manner |
---|
| 24 | * Provides string, integer, floating-point, and single- and |
---|
| 25 | multiple-choice functions to retrieve form data |
---|
| 26 | * Provides bounds checking for numeric fields |
---|
| 27 | * Loads CGI environment variables into C strings which are always |
---|
| 28 | non-null |
---|
| 29 | * Provides a way to capture CGI situations for replay in a debugging |
---|
| 30 | environment |
---|
| 31 | . |
---|
| 32 | This package provides a static library version of cgic, examples of using |
---|
| 33 | cgic (including a CGI application that captures a CGI environment for use |
---|
| 34 | in debugging), and header files. |
---|
| 35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.