File: control

package info (click to toggle)
libai-fann-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 352 kB
  • ctags: 634
  • sloc: perl: 346; ansic: 121; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 915 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
Source: libai-fann-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
 Yannick Mahlich <mahlich@in.tum.de>,
 Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9.20120312~), libfann-dev
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libai-fann-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libai-fann-perl.git
Homepage: https://metacpan.org/release/AI-FANN

Package: libai-fann-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl wrapper for the FANN library
 This module provides a Perl wrapper for the Fast Artificial Neural Network
 (FANN) library (http://leenissen.dk/fann/wp/).
 .
 The AI::FANN object oriented interface provides an almost direct map to the
 C library API.