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
|
Source: tcode
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 11~),
default-jdk,
ant,
latex2html,
texlive-latex-base,
texlive-latex-extra,
texlive-bibtex-extra
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/java-team/tcode
Vcs-Git: https://salsa.debian.org/java-team/tcode.git
Homepage: http://www.iro.umontreal.ca/~simardr/ssj/ssj-source.html
Package: tcode
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
default-jre,
latex2html,
texlive-bibtex-extra
Description: create a Java file from an associated LaTex file
Tcode is a precondition for libssj-java (SSJ) that creates a Java file from an
associated LaTeX file. All SSJ code is written in LaTex format with special
commands that allows Tcode to extract the Java code from the LaTex file. After
which, Javadoc and LaTeX2HTML will create the HTML documentation.
This guarantees that the source code and its documentation will never diverge.
|