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
|
Source: galib
Section: devel
Priority: optional
Maintainer: Bradley Smith <bradsmith@debian.org>
Build-Depends: debhelper (>= 7), automake, libtool
Standards-Version: 3.8.0
Homepage: http://lancet.mit.edu/ga/
Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-galib.git
Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-galib.git
Package: libga2
Section: libs
Architecture: any
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
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.
|