File: control

package info (click to toggle)
uncommons-watchmaker 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,296 kB
  • sloc: java: 14,170; xml: 2,136; makefile: 8
file content (40 lines) | stat: -rw-r--r-- 1,633 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
38
39
40
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-compat (= 13),
               default-jdk-headless | default-jdk,
               gradle-debian-helper,
               javahelper,
               libguava-java,
               libjfreechart-java,
               libuncommons-maths-java,
               maven-repo-helper
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/uncommons-watchmaker.git
Vcs-Browser: https://salsa.debian.org/java-team/uncommons-watchmaker
Homepage: http://watchmaker.uncommons.org

Package: libuncommons-watchmaker-framework-java
Architecture: all
Depends: libguava-java,
         libuncommons-maths-java,
         ${misc:Depends}
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}
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.