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
|
Source: xalan
Priority: optional
Section: text
Maintainer: Nicols Lichtmaier <nick@debian.org>
Build-Depends: debhelper, libxerces1-dev (>= 1.5.2-1), apache-dev (>= 1.3.6-2)
Standards-Version: 3.5.0
Package: libxalan1.2-dev
Architecture: any
Section: devel
Depends: libxalan1.2 (= ${Source-Version}), libxerces1-dev (>= 1.5.1-1), libc6-dev
Conflicts: libxalan1-dev
Replaces: libxalan1-dev
Description: Provides XSLT support for applications [development and docs].
This is the Xalan XSLT processor. This package includes the files needed
to compile XSLT supporting applications, and the needed documentation.
Package: libxalan1.2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Provides XSLT support for applications.
Runtime files for the Xalan XSLT processor.
Package: xalan
Architecture: any
Section: text
Depends: ${shlibs:Depends}
Description: XSLT processor.
Command line utility to process XML files using an XSLT stylesheet.
Package: libapache-mod-xslt
Architecture: any
Section: web
Depends: ${shlibs:Depends}
Description: XSLT processing module for Apache.
This Apache module uses the Xalan XSLT processing engine to
create documents on the fly from XML files and XSLT style sheets.
|