File: control

package info (click to toggle)
neon26 0.26.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,356 kB
  • ctags: 2,499
  • sloc: ansic: 19,179; sh: 8,231; xml: 3,170; makefile: 535
file content (124 lines) | stat: -rw-r--r-- 5,035 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Source: neon26
Section: net
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
Build-Depends: debhelper (>= 5.0.0), libxml2-dev, libssl-dev (>= 0.9.8c-1), libgnutls-dev (>= 1.0.22), libkrb5-dev, libz-dev, autotools-dev, binutils (>= 2.14.90.0.7)
Standards-Version: 3.7.2

Package: libneon26
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: An HTTP and WebDAV client library
 neon is an HTTP and WebDAV client library, with a C language API.
 .
 WARNING: THE NEON API IS NOT YET STABLE.
 .
 Provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.
 .
 Current features:
   * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc.)
   * Low-level interface to HTTP request handling, to allow implementing
     new methods easily.
   * persistent connections
   * RFC2617 basic and digest authentication (including auth-int, md5-sess)
   * Proxy support (including basic/digest authentication)
   * SSL/TLS support using OpenSSL (including client certificate and thread
     safety support)
   * Generic WebDAV 207 XML response handling mechanism
   * XML parsing using the expat or libxml parsers
   * Easy generation of error messages from 207 error responses
   * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
   * WebDAV metadata support: set and remove properties, query any set ofi
     properties (PROPPATCH/PROPFIND).
   * autoconf macros supplied for easily embedding neon directly inside an
     application source tree.

Package: libneon26-dev
Section: libdevel
Architecture: any
Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1), libneon26-gnutls-dev
Provides: libneon-dev
Replaces: libneon-dev, libneon26-gnutls-dev
Depends: libneon26 (= ${binary:Version}), libssl-dev, libxml2-dev, libkrb5-dev, pkg-config
Description: Header and static library files for libneon26
 This package contains the headers and the static library for libneon26.
 .
 Neon provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.

Package: libneon26-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libneon26 (= ${binary:Version})
Description: Detached symbols for libneon26
 This package contains the debugging symbols for libneon26, suitable for
 debugging.
 .
 Neon provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.

Package: libneon26-gnutls
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: An HTTP and WebDAV client library (GnuTLS enabled)
 neon is an HTTP and WebDAV client library, with a C language API.
 .
 WARNING: THE NEON API IS NOT YET STABLE.
 .
 Provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.
 .
 Current features:
   * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.)
   * Low-level interface to HTTP request handling, to allow implementing
     new methods easily.
   * persistent connections
   * RFC2617 basic and digest authentication (including auth-int, md5-sess)
   * Proxy support (including basic/digest authentication)
   * SSL/TLS support using GnuTLS (including client certificate and thread 
     safety support)
   * Generic WebDAV 207 XML response handling mechanism
   * XML parsing using the expat or libxml parsers
   * Easy generation of error messages from 207 error responses
   * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
   * WebDAV metadata support: set and remove properties, query any set ofi
     properties (PROPPATCH/PROPFIND).
   * autoconf macros supplied for easily embedding neon directly inside an
     application source tree.

Package: libneon26-gnutls-dev
Section: libdevel
Architecture: any
Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1), libneon26-dev
Provides: libneon-dev
Replaces: libneon-dev, libneon26-dev
Depends: libneon26-gnutls (= ${binary:Version}), libgnutls-dev, libxml2-dev, 
 libkrb5-dev, pkg-config
Description: Header and static library files for libneon26 (GnuTLS enabled)
 This package contains the headers and the static library for 
 libneon26-gnutls.
 .
 Neon provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.

Package: libneon26-gnutls-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libneon26-gnutls (= ${binary:Version})
Description: Detached symbols for libneon26 (GnuTLS enabled)
 This package contains the debugging symbols for libneon26-gnutls, suitable 
 for debugging.
 .
 Neon provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.