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
|
Source: tinyxml
Section: libs
Priority: optional
Maintainer: Felix Geyer <debfx-pkg@fobos.de>
Build-Depends: debhelper (>= 7.2.7~), quilt (>= 0.46-7~)
Standards-Version: 3.8.4
Homepage: http://www.grinninglizard.com/tinyxml/
Vcs-Git: git://git.debian.org/collab-maint/tinyxml.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/tinyxml.git
Package: libtinyxml2.5.3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.5.3-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libtinyxml2.5.3 (= ${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
Depends: ${misc:Depends}, libtinyxml2.5.3 (= ${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.
|