File: control

package info (click to toggle)
jblas 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,612 kB
  • sloc: java: 11,783; ansic: 5,024; ruby: 2,379; xml: 333; makefile: 151; sh: 6
file content (52 lines) | stat: -rw-r--r-- 1,521 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: jblas
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Torsten Werner <twerner@debian.org>,
 tony mancill <tmancill@debian.org>
Build-Depends:
 ant-optional,
 debhelper (>= 11),
 default-jdk,
 gfortran,
 junit4,
 libatlas-base-dev,
 locales,
 ruby
Standards-Version: 4.1.4
Section: science
Homepage: http://jblas.org
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jblas.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/jblas.git

Package: jblas
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Suggests:
 jblas-doc
Description: fast linear algebra library for Java
 jblas is a fast linear algebra library for Java. jblas is essentially
 a light-weight wrapper around BLAS and LAPACK routines, the
 de-facto industry standard for matrix computations. It uses
 state-of-the-art implementations like ATLAS for all its computational
 routines, making it very fast.
 .
 This package contains the binaries and examples.

Package: jblas-doc
Architecture: all
Depends:
 ${misc:Depends}
Recommends:
 jblas
Section: doc
Description: fast linear algebra library for Java --documentation
 jblas is a fast linear algebra library for Java. jblas is essentially
 a light-weight wrapper around BLAS and LAPACK routines, the
 de-facto industry standard for matrix computations. It uses
 state-of-the-art implementations like ATLAS for all its computational
 routines, making it very fast.
 .
 This package contains the documentation.