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 89 90
|
Source: jmol
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>,
Georges Khaznadar <georgesk@debian.org>,
Ximin Luo <infinity0@debian.org>
Section: science
Priority: optional
Build-Depends: ant,
ant-contrib,
debhelper (>= 10),
default-jdk,
docbook-xml,
docbook-xsl,
icedtea-netx,
javahelper,
junit,
libclosure-compiler-java,
libcommons-cli-java,
libnaga-java (>= 3.0),
libsaxon-java,
xsltproc
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debichem-team/jmol
Vcs-Git: https://salsa.debian.org/debichem-team/jmol.git
Homepage: http://jmol.sourceforge.net/
Package: jmol
Architecture: all
Depends: default-jre,
libjmol-java (= ${binary:Version}),
${misc:Depends}
Description: Molecular Viewer
Jmol is a Java molecular viewer for three-dimensional chemical structures.
Features include reading a variety of file types and output from quantum
chemistry programs, and animation of multi-frame files and computed normal
modes from quantum programs. It includes with features for chemicals,
crystals, materials and biomolecules. Jmol might be useful for students,
educators, and researchers in chemistry and biochemistry.
.
File formats read by Jmol include PDB, XYZ, CIF, CML, MDL Molfile, Gaussian,
GAMESS, MOPAC, ABINIT, ACES-II, Dalton and VASP.
Package: libjmol-java
Architecture: all
Section: java
Depends: ${java:Depends},
${misc:Depends}
Suggests: libjmol-java-doc
Description: Java library for molecular structures
Jmol is a Java molecular viewer for three-dimensional chemical structures.
Features include reading a variety of file types and output from quantum
chemistry programs, and animation of multi-frame files and computed normal
modes from quantum programs. It includes with features for chemicals,
crystals, materials and biomolecules. Jmol might be useful for students,
educators, and researchers in chemistry and biochemistry.
.
This package contains the Jmol Java libraries.
Package: jmol-applet
Architecture: all
Section: java
Depends: default-jre | java2-runtime,
libjmol-java,
${misc:Depends}
Description: Jmol Java applet
Jmol is a Java molecular viewer for three-dimensional chemical structures.
Features include reading a variety of file types and output from quantum
chemistry programs, and animation of multi-frame files and computed normal
modes from quantum programs. It includes with features for chemicals,
crystals, materials and biomolecules. Jmol might be useful for students,
educators, and researchers in chemistry and biochemistry.
.
File formats read by Jmol include PDB, XYZ, CIF, CML, MDL Molfile, Gaussian,
GAMESS, MOPAC, ABINIT, ACES-II, Dalton and VASP.
.
This package contains the Jmol Java applet
Package: libjmol-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: API documentation for libjmol-java
Jmol is a Java molecular viewer for three-dimensional chemical structures.
Features include reading a variety of file types and output from quantum
chemistry programs, and animation of multi-frame files and computed normal
modes from quantum programs. It includes with features for chemicals,
crystals, materials and biomolecules. Jmol might be useful for students,
educators, and researchers in chemistry and biochemistry.
.
This package comprises the javadoc documentation for the libjmol-java package.
|