Source: ui-gxmlcpp Section: libs Priority: optional Maintainer: Stephan Sürken Build-Depends: debhelper-compat (= 12), ui-auto, man-db (>= 2.5.1), libui-utilcpp-dev (>= 1.8.5), libxml2-dev (>= 2.6.27), libxslt1-dev (>= 1.1.19), libboost-all-dev (>= 1.35), doxygen (>= 1.5.6), graphviz (>= 2.20.2) Standards-Version: 4.1.4 Homepage: http://ui-gxmlcpp.sourceforge.net/ Vcs-Browser: https://salsa.debian.org/debian/ui-gxmlcpp Vcs-Git: https://salsa.debian.org/debian/ui-gxmlcpp.git Package: libui-gxmlcpp5v5 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libui-gxmlcpp5 Replaces: libui-gxmlcpp5 Description: High-level C++ wrapper library for libxml2/libxslt (run time) "ui-gxmlcpp" is a high-level C++ wrapper around libxml2 and libxslt. It might be a choice for if your needs are some subset of: . - XML DOM Tree parsing. - Basic read/write support from/to trees via XPath. - Serialization. - Stylesheets and stylesheet translation support. - XMLSchema and RelaxNG validation. . If your needs are "lower-level" (e.g., proper DOM tree API support or SAX parsing), "gdome2" or "xml++" will be the right choices. . This package provides run time support. Package: libui-gxmlcpp-dev Section: libdevel Architecture: any Conflicts: libsp-gxmlcpp-dev Replaces: libsp-gxmlcpp-dev Depends: ${misc:Depends}, libui-gxmlcpp5v5 (= ${binary:Version}), libxml2-dev, libxslt1-dev, libboost-all-dev (>= 1.35) Description: High-level C++ wrapper library for libxml2/libxslt (development) "ui-gxmlcpp" is a high-level C++ wrapper around libxml2 and libxslt. It might be a choice for if your needs are some subset of: . - XML DOM Tree parsing. - Basic read/write support from/to trees via XPath. - Serialization. - Stylesheets and stylesheet translation support. - XMLSchema and RelaxNG validation. . If your needs are "lower-level" (e.g., proper DOM tree API support or SAX parsing), "gdome2" or "xml++" will be the right choices. . This package provides all files needed for development.