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
|
Source: octave-io
Section: math
Priority: optional
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper (>= 10), cdbs, octave-pkg-dev (>= 1.3.1)
Standards-Version: 3.9.8
Homepage: http://octave.sourceforge.net/io
Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-io.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-octave/octave-io.git
Package: octave-io
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Recommends: libreoffice-java-common, libreoffice-core (>= 3.5),
libjexcelapi-java, libapache-poi-java (>= 3.9-1~),
unzip, libjopendocument-java, libxerces2-java (>= 2.11.0),
default-jre-headless
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.
|