File: control

package info (click to toggle)
octave 2.0.13-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 23,828 kB
  • ctags: 13,172
  • sloc: cpp: 66,241; fortran: 37,245; ansic: 26,548; sh: 7,269; makefile: 3,808; lex: 1,943; yacc: 1,844; perl: 1,676; lisp: 1,662; exp: 123
file content (55 lines) | stat: -rw-r--r-- 2,547 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
53
54
55
Source: octave
Section: math
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 2.4.0.0
                                                              
Package: octave
Architecture: any
Depends: ${shlibs:Depends}, less, info (>= 3.12) | info-browser
Suggests: gnuplot, octave-doc, emacsen
Description: The GNU Octave language for numerical computations
 Octave is a (mostly Matlab (R) compatible) high-level language, primarily 
 intended for numerical computations. It provides a convenient command-line
 interface for solving linear and nonlinear problems numerically. 
 .
 Octave uses some of the best and most respected numerical libraries as 
 balgen, dassl, eisspack, fftpack, lapack, linpack, minpack, odepack, 
 ranlib, slatec-fn and villad. Octave can be dynamically extended with 
 user-supplied C++ files.

Package: octave-doc
Architecture: all
Suggests: octave, postscript-viewer
Description: Postscript documentation on the GNU Octave language 
 Octave is a (mostly Matlab (R) compatible) high-level language, primarily 
 intended for numerical computations. It provides a convenient command-line
 interface for solving linear and nonlinear problems numerically. 
 .
 Octave uses some of the best and most respected numerical libraries as 
 balgen, dassl, eisspack, fftpack, lapack, linpack, minpack, odepack, 
 ranlib, slatec-fn and villad. Octave can be dynamically extended with 
 user-supplied C++ files.
 .
 This packages provides the following documentation in postscript format:
 the FAQ, a refcard in a4, letter and legal formats, a document on the C++ 
 classes used by Octave, as well as the main octave documentation which is
 also included in info format in the main Octave package.

Package: octave-staticlibs
Architecture: any
Depends: octave (= ${Source-Version})
Replaces: octave (<= 2.0.5-2) 
Description: Static libraries for the GNU Octave language 
 Octave is a (mostly Matlab (R) compatible) high-level language, primarily 
 intended for numerical computations. It provides a convenient command-line
 interface for solving linear and nonlinear problems numerically. 
 .
 Octave uses some of the best and most respected numerical libraries as 
 balgen, dassl, eisspack, fftpack, lapack, linpack, minpack, odepack, 
 ranlib, slatec-fn and villad. Octave can be dynamically extended with 
 user-supplied C++ files.
 .
 This packages provides the static version of the dynamic libraries of the
 octave package. You only need this package if you want to link applications
 statically.