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
|
Source: xalan
Priority: extra
Section: text
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5.0.0), autotools-dev, doxygen, libxerces-c2-dev
Standards-Version: 3.8.0
Homepage: http://xml.apache.org/xalan-c/index.html
Package: libxalan110
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Provides XSLT support for applications
This is the Xalan XSLT processor from the Apache Software Foundation.
.
This package provides the runtime library.
Package: libxalan110-dev
Architecture: any
Section: libdevel
Depends: libxalan110 (= ${binary:Version}), libxerces-c2-dev, libc6-dev
Conflicts: libxalan18-dev, libxalan16-dev, libxalan14-dev, libxalan1.2-dev, libxalan1-dev
Replaces: libxalan18-dev, libxalan16-dev, libxalan14-dev, libxalan1.2-dev, libxalan1-dev
Description: Provides XSLT support for applications [development]
This is the Xalan XSLT processor from the Apache Software Foundation.
.
This package includes the files needed to compile XSLT supporting
applications.
Package: libxalan110-doc
Architecture: all
Section: doc
Suggests: libxalan110-dev
Conflicts: libxalan18-doc, libxalan16-doc, libxalan14-doc
Replaces: libxalan18-doc, libxalan16-doc, libxalan14-doc
Description: Provides XSLT support for applications [development docs]
This is the Xalan XSLT processor from the Apache Software Foundation.
.
This package contains the API documentation and programming reference.
Package: xalan
Architecture: any
Section: text
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: XSLT processor
This is the Xalan XSLT processor from the Apache Software Foundation.
.
This package provides a command line utility to process XML files
using an XSLT stylesheet
|