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
|
Source: sp-gxmlcpp
Section: libs
Priority: optional
Maintainer: Stephan A Suerken <absurd@debian.org>
Build-Depends: debhelper (>> 4.0.0), autotools-dev, libxml2-dev (>> 2.4.23 ), libxslt1-dev (>> 1.0.19), cppunit (>> 1.8.0)
Standards-Version: 3.6.1
Package: libsp-gxmlcpp-dev
Section: libdevel
Architecture: any
Depends: libsp-gxmlcpp1 (= ${Source-Version}), libxml2-dev, libxslt1-dev
Description: S+P C++ wrapper for Gnome libxml2/libxslt
This is a wrapper to ease use of Gnome libxml2/libxslt with C++,
developed at Schlund+Partner, Germany.
.
It offers simple abstractions for trees (XMLTree), xsl
transformations (XSLTrans) and serialisation (XMLDump).
.
This package provides all files needed for development.
.
Homepage: http://sourceforge.net/projects/sp-gxmlcpp/ .
Package: libsp-gxmlcpp1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: S+P C++ wrapper for Gnome libxml2/libxslt
This is a wrapper to ease use of Gnome libxml2/libxslt with C++,
developed at Schlund+Partner, Germany.
.
It offers simple abstractions for trees (XMLTree), xsl transformations
(XSLTrans) and serialisation (XMLDump).
.
This package provides run time support.
.
Homepage: http://sourceforge.net/projects/sp-gxmlcpp/ .
|