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
|
Source: octave-miscellaneous
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-octave (>= 0.7.1),
units
Standards-Version: 4.5.0
Homepage: https://octave.sourceforge.io/miscellaneous/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-miscellaneous.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-miscellaneous
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no
Package: octave-miscellaneous
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, units
Multi-Arch: same
Description: miscellaneous tools for Octave
This package provides miscellaneous tools for Octave, a numerical
computation program. Included are functions to create a LaTeX file
from a comma separated data file (csv2latex), map matrices and
cells (map), a match filter that resembles the filter in Python
(match) and many more.
.
This Octave add-on package is part of the Octave-Forge project.
|