File: control

package info (click to toggle)
libdata-dpath-perl 0.58-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,320 kB
  • sloc: perl: 3,759; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,378 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
Source: libdata-dpath-perl
Section: perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libaliased-perl (>= 0.33),
                     libclass-xsaccessor-perl,
                     libiterator-util-perl,
                     liblist-moreutils-perl,
                     libsub-exporter-perl,
                     libtest-deep-perl,
                     perl (>= 5.15.6)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-dpath-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-dpath-perl.git
Homepage: https://metacpan.org/release/Data-DPath
Testsuite: autopkgtest-pkg-perl

Package: libdata-dpath-perl
Architecture: all
Depends: libaliased-perl (>= 0.33),
         libclass-xsaccessor-perl,
         libiterator-util-perl,
         liblist-moreutils-perl,
         libsub-exporter-perl,
         perl (>= 5.15.6),
         ${misc:Depends},
         ${perl:Depends}
Description: DPath is like XPath but for Perl data structures
 With Data::DPath you can address points in a Perl data structure by
 describing a "path" to it using hash keys, array indexes or some
 wildcard-like steps.  It is inspired by XPath but differs from it.