1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: libcgic
Section: web
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.5.8
Build-Depends: debhelper (>= 2.2.19)
Package: libcgicg1
Architecture: any
Depends: ${shlibs:Depends}
Recommends: httpd
Conflicts: cgicg1
Replaces: cgicg1
Description: C library for developing CGI applications
Cgic is an ANSI-C library for the creation of CGI-based World Wide Web
applications. Cgic provides the following:
.
* Parses form data, correcting for defective and/or inconsistent
browsers
* Transparently accepts both GET and POST form data
* Handles line breaks in form fields in a consistent manner
* Provides string, integer, floating-point, and single- and
multiple-choice functions to retrieve form data
* Provides bounds checking for numeric fields
* Loads CGI environment variables into C strings which are always
non-null
* Provides a way to capture CGI situations for replay in a debugging
environment
.
This package provides a shared library version of cgic.
Package: libcgicg1-dev
Architecture: any
Depends: libcgicg1 (= ${Source-Version}), libc6-dev
Suggests: libgd1-noxpm | libgd1, libgd-noxpm-dev | libgd-dev, httpd
Conflicts: cgic1-dev
Replaces: cgic1-dev
Description: C library for developing CGI applications
Cgic is an ANSI-C library for the creation of CGI-based World Wide Web
applications. Cgic provides the following:
.
* Parses form data, correcting for defective and/or inconsistent
browsers
* Transparently accepts both GET and POST form data
* Handles line breaks in form fields in a consistent manner
* Provides string, integer, floating-point, and single- and
multiple-choice functions to retrieve form data
* Provides bounds checking for numeric fields
* Loads CGI environment variables into C strings which are always
non-null
* Provides a way to capture CGI situations for replay in a debugging
environment
.
This package provides a static library version of cgic, examples of using
cgic (including a CGI application that captures a CGI environment for use
in debugging), and header files.
|