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
|
Source: libevocosm
Section: libs
Priority: optional
Maintainer: Al Stone <ahs3@debian.org>
Build-Depends: debhelper (>= 8.0.0), libcoyotl-dev, libpng-dev, doxygen,
libbrahe-dev, autoconf, automake, libtool, autotools-dev (>= 20100122.1)
Standards-Version: 3.9.3
Package: libevocosm-dev
Section: libdevel
Architecture: any
Depends: libevocosm-4.0-4 (= ${binary:Version}), ${misc:Depends}, libbrahe-dev
Description: C++ framework for developing evolutionary algorithms
This library provides a framework for programming a wide variety of
evolutionary algorithms, ranging from genetic algorithms to agent
simulations. Evocosm is the foundation for Acovea
.
This package contains the files needed to develop code using libevocosm.
Package: libevocosm-4.0-4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ framework for developing evolutionary algorithms
This library provides a framework for programming a wide variety of
evolutionary algorithms, ranging from genetic algorithms to agent
simulations. Evocosm is the foundation for Acovea
|