File: control

package info (click to toggle)
python-fann2 1%3A1.2.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 500 kB
  • sloc: cpp: 1,615; ansic: 862; python: 116; makefile: 22; sh: 13
file content (26 lines) | stat: -rw-r--r-- 1,027 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
Source: python-fann2
Section: python
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Christian Kastner <ckk@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libfann-dev,
               python3-all-dev,
               python3-setuptools,
               swig,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/FutureLinkCorporation/fann2/
Vcs-Git: https://salsa.debian.org/science-team/python-fann2.git
Vcs-Browser: https://salsa.debian.org/science-team/python-fann2

Package: python3-fann2
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs: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.