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 69 70 71 72 73
|
Source: libxalan2-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Marcus Better <marcus@better.se>, Matthias Klose <doko@ubuntu.com>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.8), default-jdk-builddep, ant (>= 1.6.3), quilt,
maven-repo-helper, libxerces2-java (>= 2.8.0), libbsf-java,
libregexp-java, libbcel-java (>= 5.0), jlex, cup, libjaxp1.3-java, libstylebook-java
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libxalan2-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxalan2-java/
Homepage: http://xml.apache.org/xalan-j/
Package: libxalan2-java
Architecture: all
Section: java
Depends: ${misc:Depends}, libjaxp1.3-java, libxerces2-java (>= 2.8.0)
Recommends: libxalan2-java-gcj
Suggests: libxalan2-java-doc, libbsf-java, libxsltc-java
Description: XSL Transformations (XSLT) processor in Java
Xalan-Java is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations for
XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used
from the command line, in an applet or a servlet, or as a module in other
programs.
Package: libxalan2-java-gcj
Architecture: any
Section: libs
Depends: libxalan2-java (>= ${source:Version}), libjaxp1.3-java-gcj, libxerces2-java-gcj, ${misc:Depends}, ${shlibs:Depends}
Description: XSL Transformations (XSLT) processor in Java (native code)
Xalan-Java is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations for
XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used
from the command line, in an applet or a servlet, or as a module in other
programs.
Package: libxsltc-java
Architecture: all
Section: java
Depends: ${misc:Depends}, libxalan2-java, libregexp-java, libbcel-java (>= 5.0), jlex, cup
Recommends: libxsltc-java-gcj
Description: XSL Transformations (XSLT) compiler from Xalan-Java
XSLTC provides a compiler and a runtime processor. Use the compiler to
compile an XSL stylesheet into a translet (i.e. a set of Java classes).
Use the runtime processor to apply the translet to an XML document and
perform a transformation. XSLTC is part of the Xalan-Java project.
Package: libxsltc-java-gcj
Architecture: any
Section: libs
Depends: libxsltc-java (>= ${source:Version}), libxalan2-java-gcj, ${misc:Depends}, ${shlibs:Depends}
Description: XSL Transformations (XSLT) compiler from Xalan-Java (native code)
XSLTC provides a compiler and a runtime processor. Use the compiler to
compile an XSL stylesheet into a translet (i.e. a set of Java classes).
Use the runtime processor to apply the translet to an XML document and
perform a transformation.
.
This package contains the natively compiled code for use by gij.
Package: libxalan2-java-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Description: Documentation and examples for the Xalan-Java XSLT processor
Xalan-Java is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations for
XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used
from the command line, in an applet or a servlet, or as a module in other
programs.
.
This package contains documentation in HTML format and some Java source
code examples.
|