File: control

package info (click to toggle)
f2j 0.8.1-2
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,648 kB
  • ctags: 3,413
  • sloc: ansic: 21,114; java: 5,874; yacc: 3,804; makefile: 178; sh: 153
file content (30 lines) | stat: -rw-r--r-- 1,052 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
Source: f2j
Section: non-free/java
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 8), default-jdk, bison, javahelper
Standards-Version: 3.9.2
Homepage: http://sourceforge.net/projects/f2j/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/f2j/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/f2j/
XS-Autobuild: yes

Package: f2j
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Fortran to Java compiler
 The package contains a Fortran to Java converter, also used
 to create the libf2j-java package.
 It converts Fortran file to Java source and class files.


Package: libf2j-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Java library port of Fortran numerical libraries
 The package provides the Java library (APIS)
 to numerical libraries originally
 written in Fortran (particularly BLAS and LAPACK).