File: control

package info (click to toggle)
octave-level-set 0.3.1~git.2019.04.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 884 kB
  • sloc: cpp: 1,840; makefile: 34; sh: 20
file content (27 lines) | stat: -rw-r--r-- 1,067 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
Source: octave-level-set
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: autoconf-archive,
               debhelper-compat (= 13),
               dh-octave (>= 0.7.1),
               octave-parallel
Standards-Version: 4.5.1
Homepage: https://octave.sourceforge.io/level-set/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-level-set.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-level-set
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-level-set
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Suggests: octave-parallel
Multi-Arch: same
Description: level-set toolbox for Octave
 This package contains routines for calculating the time-evolution of
 the level-set equation and extracting geometric information from the
 level-set function in Octave, a scientific computation software.
 .
 This Octave add-on package is part of the Octave-Forge project.