File: control

package info (click to toggle)
libxml%2B%2B 1.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,440 kB
  • ctags: 442
  • sloc: sh: 8,219; cpp: 3,095; makefile: 248; xml: 186
file content (49 lines) | stat: -rw-r--r-- 1,935 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
Source: libxml++
Priority: optional
Section: devel
Maintainer: Chris Leishman <masklin@debian.org>
Build-Depends: debhelper (>= 4.0.0), libxml2-dev (>= 2.5.1), autotools-dev, pkg-config
Build-Depends-Indep: doxygen
Standards-Version: 3.6.1

Package: libxml++1.0-dev
Section: libdevel
Architecture: any
Depends: libxml++1.0 (= ${Source-Version}), libc6-dev, libxml2-dev (>= 2.5.1), libstdc++-dev, pkg-config
Provides: libxml++-dev
Conflicts: libxml++-dev, libxml++0-dev
Replaces: llibxml++-dev, ibxml++0-dev
Suggests: libxml++-doc
Description: A C++ interface to the GNOME XML library (libxml2)
 libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
 known as the GNOME2 XML library).  It has SAX and DOM-like APIs, but does not
 attempt to conform exactly to the DOM specification because they are not
 aimed at C++.  Its API is much simpler than the underlying libxml C API.
 .
 Install this package if you with to develop your own programs using this
 library.

Package: libxml++1.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: A C++ interface to the GNOME XML library (libxml2)
 libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
 known as the GNOME2 XML library).
 .
 homepage: http://libxmlplusplus.sourceforge.net/

Package: libxml++1.0-doc
Section: doc
Architecture: all
Provides: libxml++-doc
Replaces: llibxml++-doc, ibxml++0-doc
Suggests: libxml++-dev, doc-base
Description: HTML interface documentation and examples for libxml++
 libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
 known as the GNOME2 XML library).  It has SAX and DOM-like APIs, but does not
 attempt to conform exactly to the DOM specification because they are not
 aimed at C++.  Its API is much simpler than the underlying libxml C API.
 .
 This package contains HTML interface documentation generated from the
 libxml++ source, as well as examples of libxml++ use.