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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: uncommons-watchmaker
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlikok@gmail.com>
Build-Depends: debhelper (>= 10),
default-jdk-doc,
default-jdk-headless | default-jdk,
gradle-debian-helper,
javahelper,
libguava-java,
libjfreechart-java,
libuncommons-maths-java,
libuncommons-maths-java-doc,
maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/uncommons-watchmaker.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/uncommons-watchmaker.git
Homepage: http://watchmaker.uncommons.org
Package: libuncommons-watchmaker-framework-java
Architecture: all
Depends: libguava-java,
libuncommons-maths-java,
${misc:Depends}
Suggests: uncommons-watchmaker-doc
Description: Framework for Evolutionary Computation
The Watchmaker Framework for Evolutionary Computation is an extensible,
high-performance, object-oriented framework for implementing
platform-independent evolutionary algorithms in Java.
Package: libuncommons-watchmaker-swing-java
Architecture: all
Depends: libjfreechart-java,
libuncommons-watchmaker-framework-java (>= ${source:Version}),
${misc:Depends}
Suggests: uncommons-watchmaker-doc
Description: Framework for Evolutionary Computation - Swing library
The Watchmaker Framework for Evolutionary Computation is an extensible,
high-performance, object-oriented framework for implementing
platform-independent evolutionary algorithms in Java.
.
This package provides classes to simplify the development of Swing GUIs for
evolutionary programs.
Package: uncommons-watchmaker-doc
Section: doc
Architecture: all
Depends: default-jdk-doc, libuncommons-maths-java-doc, ${misc:Depends}
Description: Framework for Evolutionary Computation - Documentations
The Watchmaker Framework for Evolutionary Computation is an extensible,
high-performance, object-oriented framework for implementing
platform-independent evolutionary algorithms in Java.
.
This package contains the API Javadoc.
|