File: control

package info (click to toggle)
libanydata-perl 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 404 kB
  • sloc: perl: 2,838; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,390 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
Source: libanydata-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcgi-pm-perl <!nocheck>,
                     libtest-output-perl <!nocheck>,
                     libxml-twig-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanydata-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanydata-perl.git
Homepage: https://metacpan.org/release/AnyData
Rules-Requires-Root: no

Package: libanydata-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libxml-twig-perl
Recommends: libcgi-pm-perl
Suggests: libwww-perl,
          libxml-parser-perl
Description: simple tied hash interface for files and data structures
 AnyData provides simple and uniform access to data from
 many sources -- perl arrays, local files, remote files retrievable via
 http or ftp -- and in many formats including flat files (CSV, Fixed
 Length, Tab Delimited, etc), standard format files (Web Logs,
 Passwd files, etc.),  structured files (XML, HTML Tables) and binary
 files with parseable headers (mp3s, jpgs, pngs, etc).