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
|
Source: libecgi
Section: devel
Priority: optional
Maintainer: Bao C. Ha <bao@debian.org>
Build-Depends: libtool, debhelper (>> 2.0.0)
Standards-Version: 3.2.1
Package: libecgi-dev
Architecture: any
Depends: libecgi0 (= ${Source-Version}), libc6-dev
Description: An ANSI C library for the creation of CGI applications
Ecgi (easy CGI Library) is an ANSI C library for the creation of
CGI-based Web applications. It transparently supports the CGI
methods GET and POST and also multipart/form-data file uploads.
.
It also contains a library independent introduction to CGI
programming with C, a .html to .h HTML template preprocessor,
and fast, block-allocating memory files.
Package: libecgi0
Architecture: any
Depends: ${shlibs:Depends}
Recommends: httpd
Section: libs
Description: An ANSI C library for the creation of CGI applications
Ecgi (easy CGI Library) is an ANSI C library for the creation of
CGI-based Web applications. It transparently supports the CGI
methods GET and POST and also multipart/form-data file uploads.
.
It also contains a library independent introduction to CGI
programming with C, a .html to .h HTML template preprocessor,
and fast, block-allocating memory files.
|