File: control

package info (click to toggle)
libjson-path-perl 0.431-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: perl: 961; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,886 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
Source: libjson-path-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcarp-assert-perl <!nocheck>,
                     libexporter-easy-perl <!nocheck>,
                     libexporter-tiny-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     libjson-parse-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     liblv-perl <!nocheck>,
                     libreadonly-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-most-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest2-suite-perl <!nocheck>,
                     libtie-ixhash-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-path-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-path-perl.git
Homepage: https://metacpan.org/release/JSON-Path
Rules-Requires-Root: no

Package: libjson-path-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcarp-assert-perl,
         libexporter-easy-perl,
         libexporter-tiny-perl,
         libjson-maybexs-perl,
         liblv-perl,
         libreadonly-perl,
         libscalar-list-utils-perl,
         libtry-tiny-perl
Description: search nested hashref/arrayref structures using JSONPath
 JSON::Path implements JSONPath, an XPath-like language for searching
 JSON-like structures.
 .
 JSONPath is described at http://goessner.net/articles/JsonPath/.