File: control

package info (click to toggle)
octave-ga 0.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 252 kB
  • sloc: makefile: 144; sh: 52
file content (23 lines) | stat: -rw-r--r-- 923 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
Source: octave-ga
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-octave
Standards-Version: 4.7.0
Homepage: https://gnu-octave.github.io/packages/ga/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-ga.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-ga
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-ga
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: genetic optimization code for Octave
 This package provides function to work with genetic algorithms in Octave, a
 numerical computation software. It provides the ga() function, which works
 similarly to other optimization functions in Octave.
 .
 This Octave add-on package is part of the Octave-Forge project.