File: control

package info (click to toggle)
python-fann2 1%3A1.0.7-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 496 kB
  • ctags: 457
  • sloc: cpp: 1,597; ansic: 862; python: 102; makefile: 27; sh: 24
file content (63 lines) | stat: -rw-r--r-- 2,100 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: python-fann2
Section: python
Priority: optional
Maintainer: Christian Kastner <ckk@debian.org>
Build-Depends:
    debhelper (>= 9),
    dh-python,
    python-all-dev,
    python-setuptools,
    python3-all-dev,
    python3-setuptools,
    swig (>= 2.0.4-2),
    libfann-dev (>= 2.2.0),
Standards-Version: 3.9.8
Homepage: https://github.com/FutureLinkCorporation/fann2/
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-fann2.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-fann2.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0

Package: python3-fann2
Architecture: any
Depends:
    ${python3:Depends},
    ${shlibs:Depends},
    ${misc:Depends},
Description: Python 3 bindings for FANN
 Fast Artificial Neural Network Library is a free open source neural network
 library, which implements multilayer artificial neural networks in C with
 support for both fully connected and sparsely connected networks.
 .
 This package contains the Python 3 bindings for FANN.

Package: python-fann2
Architecture: any
Depends:
    ${python:Depends},
    ${shlibs:Depends},
    ${misc:Depends},
Description: Python bindings for FANN
 Fast Artificial Neural Network Library is a free open source neural network
 library, which implements multilayer artificial neural networks in C with
 support for both fully connected and sparsely connected networks.
 .
 This package contains the Python bindings for FANN.

Package: python-pyfann
Section: oldlibs
Priority: extra
Architecture: any
Depends:
    ${python:Depends},
    ${shlibs:Depends},
    ${misc:Depends},
    python-fann2,
Description: deprecated Python bindings for FANN
 Fast Artificial Neural Network Library is a free open source neural network
 library, which implements multilayer artificial neural networks in C with
 support for both fully connected and sparsely connected networks.
 .
 This package provides the Python bindings for FANN under their former name
 "pyfann". However, these are deprecated, and you should migrate your code
 to use the bindings from python-fann2 instead.