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
|
Source: xalan
Priority: extra
Section: text
Maintainer: Berin Lautenbach <berin@debian.org>
Build-Depends: debhelper (>= 4.1.0), doxygen, libxerces27-dev (>= 2.7.0-1), apache-dev (>= 1.3.6-2)
Standards-Version: 3.6.2.2
Package: libxalan110
Architecture: any
Section: libs
Depends: ${shlibs: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 (= ${Source-Version}), libxerces27-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}
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
Package: libapache-mod-xslt
Architecture: any
Section: web
Depends: ${shlibs:Depends}
Conflicts: libapache-modxslt
Description: XSLT processing module for Apache
Uses the Xalan XSLT processor from the Apache Software Foundation.
.
This Apache module uses the Xalan XSLT processing engine to
create documents on the fly from XML files and XSLT style sheets.
|