File: control

package info (click to toggle)
libecgi 0.6.2-2.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 4,000 kB
  • ctags: 307
  • sloc: ansic: 1,784; makefile: 126; sh: 13; xml: 7
file content (32 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download | duplicates (2)
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.