File: control

package info (click to toggle)
fannj 0.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 156 kB
  • ctags: 90
  • sloc: java: 250; xml: 86; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 1,127 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
Source: fannj
Section: java
Priority: optional
Maintainer: Daniel Thomas <drt24-debian@srcf.ucam.org>
Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.32)
Build-Depends-Indep: default-jdk, junit, libjna-java, default-jdk-doc
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/fannj/

Package: libfannj-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, libfann2
Recommends: ${java:Recommends}
Suggests: libfannj-java-doc
Description: FannJ a Java binding to the Fast Artificial Neural Network (FANN) C library
 Use FannJ if you have an existing ANN from the FANN project (libfann2) that you
 would like to access from Java. There are several GUI tools that will
 help you create and train an ANN.

Package: libfannj-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: FannJ - Documentation
 Use FannJ if you have an existing ANN from the FANN project (libfann2) that you
 would like to access from Java. There are several GUI tools that will
 help you create and train an ANN.
 This is the Documentation package for FannJ