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 68
|
Source: ui-gxmlcpp
Section: libs
Priority: optional
Maintainer: Stephan Sürken <absurd@debian.org>
Build-Depends: debhelper (>= 10),
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.
|