File: control

package info (click to toggle)
tinyxml 2.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,568 kB
  • ctags: 2,479
  • sloc: cpp: 4,747; makefile: 98; xml: 22
file content (67 lines) | stat: -rw-r--r-- 2,432 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
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
Source: tinyxml
Section: libs
Priority: optional
Maintainer: Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.4
Homepage: http://www.grinninglizard.com/tinyxml/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/tinyxml.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/tinyxml.git

Package: libtinyxml2.6.2v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libtinyxml2.6.2
Replaces: libtinyxml2.6.2
Description: C++ XML parsing library
 This package contains the shared version of the TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.

Package: libtinyxml2.6.2v5-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtinyxml2.6.2v5 (= ${binary:Version})
Description: TinyXml library - debug files
 This package contains debug symbols of the TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.

Package: libtinyxml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtinyxml2.6.2v5 (= ${binary:Version})
Suggests: libtinyxml-doc
Description: TinyXml library - header and static library
 This package contains the header file and a static version of the
 TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.

Package: libtinyxml-doc
Section: doc
Priority: extra
Architecture: all
Depends: ${misc:Depends}
Recommends: libtinyxml-dev
Description: TinyXml library - documentation files
 This package contains the documentation to program with the TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.