File: control

package info (click to toggle)
octave-secs2d 0.0.8-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 764 kB
  • sloc: cpp: 275; makefile: 80; sh: 4
file content (30 lines) | stat: -rw-r--r-- 1,092 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
Source: octave-secs2d
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Thomas Weber <tweber@debian.org>,
           Rafael Laboissière <rafael@debian.org>,
           Sébastien Villemot <sebastien@debian.org>,
           Mike Miller <mtmiller@debian.org>
Section: math
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-octave
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-secs2d
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-secs2d.git
Homepage: https://octave.sourceforge.io/secs2d/
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-secs2d
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${octave:Depends}
Suggests: gmsh,
          dx
Description: semi conductor simulator in 2D for Octave
 This package contains functions for running a drift-diffusion
 simulator for 2d semiconductor devices in Octave, a scientific
 computation software.
 .
 This Octave add-on package is part of the Octave-Forge project.