File: control

package info (click to toggle)
rudecgi 5.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 1,724 kB
  • ctags: 506
  • sloc: sh: 8,570; cpp: 3,007; makefile: 76
file content (48 lines) | stat: -rw-r--r-- 2,577 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
Source: rudecgi
Priority: optional
Maintainer: Medhamsh V <me@medhamsh.org>
Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf
Standards-Version: 3.9.2
Section: libs
Homepage: http://www.rudeserver.com/cgiparser/index.html
Vcs-Git: git://gitorious.org/rudecgi-packaging/rudecgi-packaging.git
Vcs-Browser: https://gitorious.org/rudecgi-packaging/rudecgi-packaging

Package: librudecgi-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, librudecgi5 (= ${binary:Version}), g++ 
Description: C++ parser library for CGI applications - development libraries
 RudeCGI is a  C++ parser library for accessing form data, path info and cookie
 data from CGI applications. In addition to normal GET and POST data, the
 component supports file uploads (multipart/form-data), and simple XML content
 types (text/XML) - allowing easy use with XML based clients such as Flash 
 applications. Furthermore, the component supports path-mapping, allowing 
 information to be specified without identifying keywords. In addition to
 normal CGI operation, if the component detects that it is not in a web-
 environment it provides an interactive console dialog to let you supply 
 formdata in real-time as the application requests it. The component does 
 not parse the environment until the application first accesses the instance 
 object. As such, no parsing overhead will occur if the application does not 
 explicitly access the component. 
 .
 This package contains header files and static libraries.

Package: librudecgi5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ parser library for CGI applications - runtime
 RudeCGI is a c++ parser library for accessing form data, path info and cookie
 data from CGI applications. In addition to normal GET and POST data, the
 component supports file uploads (multipart/form-data), and simple XML content
 types (text/XML) - allowing easy use with XML based clients such as Flash 
 applications. Furthermore, the component supports path-mapping, allowing 
 information to be specified without identifying keywords. In addition to
 normal CGI operation, if the component detects that it is not in a web-
 environment it provides an interactive console dialog to let you supply 
 formdata in real-time as the application requests it. The component does 
 not parse the environment until the application first accesses the instance 
 object. As such, no parsing overhead will occur if the application does not 
 explicitly access the component.