File: control

package info (click to toggle)
octave-io 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,808 kB
  • sloc: objc: 2,092; cpp: 546; python: 438; makefile: 204; xml: 23; sh: 20
file content (37 lines) | stat: -rw-r--r-- 1,402 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
Source: octave-io
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Section: math
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 1.2.2),
               dh-sequence-octave
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-io
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-io.git
Homepage: https://gnu-octave.github.io/packages/io/
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-io
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${octave:Depends}
Recommends: libreoffice-java-common,
            libreoffice-core,
            libjexcelapi-java,
            libapache-poi-java,
            unzip,
            libjopendocument-java,
            libxerces2-java,
            default-jre-headless
Multi-Arch: same
Description: input/output data functions for Octave
 This package provides functions to input/output data in different
 formats in Octave, a numerical computation software. It contains
 functions to add variables to existing save files (append_save), read
 and write matrixes to a text file (dlmwrite, csvread, csvwrite) and
 read Excel spreadsheet (xlsread) and OpenDocument spreadsheet (odsread).
 .
 This Octave add-on package is part of the Octave-Forge project.