File: control

package info (click to toggle)
libcgicc 3.2.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,020 kB
  • sloc: cpp: 5,023; sh: 4,438; makefile: 169; sed: 1
file content (80 lines) | stat: -rw-r--r-- 3,041 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: libcgicc
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: doxygen,
Standards-Version: 4.7.2
Homepage: http://www.gnu.org/software/cgicc/
#Vcs-Git: git://git.crustynet.org.uk/libcgicc.git/
#Vcs-Browser: http://git.crustynet.org.uk/libcgicc.git
Vcs-Browser: https://salsa.debian.org/debian/libcgicc
Vcs-Git: https://salsa.debian.org/debian/libcgicc.git

Package: libcgicc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: C++ class library for writing CGI applications (documentation)
 An ANSI C++ compliant class library that greatly simplifies the creation of
 CGI applications for the World Wide Web. libcgicc performs the following
 functions:
 .
  * Parses both GET and POST form data transparently.
  * Provides string, integer, floating-point and single- and multiple-choice
    retrieval methods for form data.
  * Provides methods for saving and restoring CGI environments to aid in
    application debugging.
  * Provides full on-the-fly HTML generation capabilities, with support for
    cookies.
  * Supports HTTP file upload.
  * Compatible with FastCGI.
 .
 This package contains documentation on the usage of the library.

Package: libcgicc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcgicc3 (= ${binary:Version}),
         ${misc:Depends},
Suggests: libcgicc-doc,
Description: C++ class library for writing CGI applications (development files)
 An ANSI C++ compliant class library that greatly simplifies the creation of
 CGI applications for the World Wide Web. libcgicc performs the following
 functions:
 .
  * Parses both GET and POST form data transparently.
  * Provides string, integer, floating-point and single- and multiple-choice
    retrieval methods for form data.
  * Provides methods for saving and restoring CGI environments to aid in
    application debugging.
  * Provides full on-the-fly HTML generation capabilities, with support for
    cookies.
  * Supports HTTP file upload.
  * Compatible with FastCGI.
 .
 This package contains development files needed for writing and compiling
 applications that use libcgicc.

Package: libcgicc3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: C++ class library for writing CGI applications (library)
 An ANSI C++ compliant class library that greatly simplifies the creation of
 CGI applications for the World Wide Web. libcgicc performs the following
 functions:
 .
  * Parses both GET and POST form data transparently.
  * Provides string, integer, floating-point and single- and multiple-choice
    retrieval methods for form data.
  * Provides methods for saving and restoring CGI environments to aid in
    application debugging.
  * Provides full on-the-fly HTML generation capabilities, with support for
    cookies.
  * Supports HTTP file upload.
  * Compatible with FastCGI.
 .
 This package contains runtime library files for running applications that use
 libcgicc.