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
|
Source: libcgi
Priority: optional
Section: libs
Maintainer: Oliver Kurth <oku@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1
Package: libcgi-dev
Section: libdevel
Architecture: any
Depends: libcgi0 (= ${Source-Version})
Suggests: libcgi-doc
Description: library for CGI programs in C
libcgi is a library for CGI programs written in C. It includes a lot
of functions like string manipulation, session and cookie support, GET
and POST methods manipulation etc. to help you to quickly write
powerful CGI programs.
.
This package contains the header files and the static
version of the library.
Package: libcgi0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: library for CGI programs in C
libcgi is a library for CGI programs written in C. It includes a lot
of functions like string manipulation, session and cookie support, GET
and POST methods manipulation etc. to help you to quickly write
powerful CGI programs.
Package: libcgi-doc
Section: doc
Architecture: all
Depends: lynx | www-browser
Description: documentation for libcgi in html
libcgi is a library for CGI programs written in C. It includes a lot
of functions like string manipulation, session and cookie support, GET
and POST methods manipulation etc. to help you to quickly write
powerful CGI programs.
.
This package contains the doc in html format and examples
in C source format in /usr/share/doc/libcgi-doc/.
|