Source: libxml++-5.0
Standards-Version: 4.7.4
Maintainer: Debian GNOME Extras Maintainers <pkg-gnome-extras-maintainers@lists.alioth.debian.org>
Uploaders:
 Sébastien Noel <twolife@debian.org>,
Section: devel
Build-Depends:
 debhelper-compat (= 13),
 docbook-xsl,
 doxygen,
 libxml2-dev,
 libxml2-utils,
 meson,
 mm-common,
 pkgconf,
 xsltproc,
Vcs-Browser: https://salsa.debian.org/gnome-team/extras/libxmlplusplus5
Vcs-Git: https://salsa.debian.org/gnome-team/extras/libxmlplusplus5.git
Homepage: https://libxmlplusplus.github.io/libxmlplusplus/

Package: libxml++-5.0-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libxml++-5.0-1 (= ${binary:Version}),
 libxml2-dev,
Suggests:
 libxml++-5.0-doc,
 pkgconf,
Description: C++ interface to the GNOME XML library (libxml2) - dev files
 Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
 known as the GNOME 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 build provides version 5.0 of the API, that has fewer dependencies but
 is not as good at handling UTF-8 strings. Use libxml++-4.0 if you need
 full UTF-8 support.
 .
 This package contains development files.

Package: libxml++-5.0-1
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: C++ interface to the GNOME XML library (libxml2)
 Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
 known as the GNOME 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 build provides version 5.0 of the API, that has fewer dependencies but
 is not as good at handling UTF-8 strings. Use libxml++-4.0 if you need
 full UTF-8 support.
 .
 This package contains shared libraries.

Package: libxml++-5.0-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libxml++-5.0-dev,
Description: HTML interface documentation and examples for libxml++
 Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
 known as the GNOME 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 reference documentation and examples.
