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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: jeuclid
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>,
Torsten Werner <twerner@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 11~),
default-jdk,
ant,
junit,
libxmlgraphics-commons-java,
libcommons-logging-java,
libbatik-java (>= 1.10),
libcommons-cli-java,
libcommons-lang-java,
fop,
libcommons-io-java,
libjcip-annotations-java
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/jeuclid.git
Vcs-Git: https://salsa.debian.org/science-team/jeuclid.git
Homepage: http://jeuclid.sourceforge.net
Package: libjeuclid-core-java
Architecture: all
Depends: libxmlgraphics-commons-java,
libcommons-logging-java,
libbatik-java (>= 1.10),
${misc:Depends}
Description: Complete MathML rendering solution (java classes)
JEuclid is a complete MathML rendering solution, consisting of:
* A MathViewer application
* Command line converters from MathML to other formats
* An ant task for automated conversion
* Display components for AWT and Swing
* A component for Apache Cocoon
.
This package contains the basic JEuclid rendering and document handling
classes.
Package: jeuclid-mathviewer
Architecture: all
Depends: libjeuclid-core-java,
java-wrappers,
libcommons-io-java,
${misc:Depends},
jeuclid-cli
Description: Complete MathML rendering solution (Swing MathViewer)
JEuclid is a complete MathML rendering solution, consisting of:
* A MathViewer application
* Command line converters from MathML to other formats
* An ant task for automated conversion
* Display components for AWT and Swing
* A component for Apache Cocoon
.
This package contains the Swing MathViewer application.
Package: jeuclid-cli
Architecture: all
Depends: libjeuclid-core-java,
libcommons-cli-java,
libcommons-lang-java,
java-wrappers,
${misc:Depends}
Description: Complete MathML rendering solution (command line tools)
JEuclid is a complete MathML rendering solution, consisting of:
* A MathViewer application
* Command line converters from MathML to other formats
* An ant task for automated conversion
* Display components for AWT and Swing
* A component for Apache Cocoon
.
This package contains the command line tools.
Package: libjeuclid-fop-java
Architecture: all
Depends: libjeuclid-core-java,
fop,
${misc:Depends}
Description: Complete MathML rendering solution (fop plugin)
JEuclid is a complete MathML rendering solution, consisting of:
* A MathViewer application
* Command line converters from MathML to other formats
* An ant task for automated conversion
* Display components for AWT and Swing
* A component for Apache Cocoon
.
This package contains the fop plugin.
|