File: control

package info (click to toggle)
jlapack 0.8~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 18,816 kB
  • sloc: fortran: 264,476; java: 4,199; makefile: 933; sh: 96; csh: 10
file content (32 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download
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
Source: jlapack
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
           Andreas Tille <tille@debian.org>
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.