File: control

package info (click to toggle)
octave-splines 1.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 232 kB
  • sloc: objc: 307; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,041 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
Source: octave-splines
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
           Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-octave
Standards-Version: 4.6.2
Homepage: https://gnu-octave.github.io/packages/splines/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-splines.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-splines
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-splines
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: cubic spline functions for Octave
 This package provides functionality to work with additional cubic
 spline functions in Octave.  It contains interpolation functions
 using cubic splines with various end conditions as well as functions
 for differentiating splines and plotting them.
 .
 This Octave add-on package is part of the Octave-Forge project.