Source: jlapack Maintainer: Debian Java Maintainers Uploaders: Olivier Sallou , Andreas Tille Section: java Priority: optional Build-Depends: debhelper (>= 12~), javahelper, f2j (>= 0.8.1+dfsg), default-jdk, libf2j-java (>= 0.8.1+dfsg) Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/java-team/jlapack Vcs-Git: https://salsa.debian.org/java-team/jlapack.git Homepage: http://icl.cs.utk.edu/f2j Package: libjlapack-java Architecture: all Depends: ${misc:Depends}, ${java:Depends}, libf2j-java Recommends: ${java:Recommends} Description: LAPACK numerical subroutines translated from their Fortran 77 source The package provides the LAPACK numerical subroutines translated from their subset Fortran 77 source into class files, executable by the Java Virtual Machine (JVM) and for use by Java programmers. . This makes it possible for Java applications or applets, distributed on the World Wide Web to use established legacy numerical code that was originally written in Fortran. The translation is accomplished using a special purpose Fortran-to-Java (source-to-source) compiler.