File: control

package info (click to toggle)
galib 1%3A2.4.7-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,352 kB
  • sloc: cpp: 23,666; ansic: 520; makefile: 191
file content (37 lines) | stat: -rw-r--r-- 1,438 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
31
32
33
34
35
36
37
Source: galib
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libtool,
Standards-Version: 4.6.0
Homepage: http://lancet.mit.edu/ga/
Vcs-Git: https://salsa.debian.org/debian/galib.git
Vcs-Browser: https://salsa.debian.org/debian/galib

Package: libga2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ Library of Genetic Algorithm Components
 GAlib contains a set of C++ genetic algorithm objects. The library
 includes tools for using genetic algorithms to do optimization in any C++
 program using any representation and genetic operators. The documentation
 includes an extensive overview of how to implement a genetic algorithm as
 well as examples illustrating customizations to the GAlib classes.

Package: libga-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libga2 (= ${binary:Version})
Description: C++ Library of Genetic Algorithm Components
 GAlib contains a set of C++ genetic algorithm objects. The library
 includes tools for using genetic algorithms to do optimization in any C++
 program using any representation and genetic operators. The documentation
 includes an extensive overview of how to implement a genetic algorithm as
 well as examples illustrating customizations to the GAlib classes.
 .
 This package contains the development files.