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
|
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-tiny-perl <!nocheck>,
libjson-maybexs-perl <!nocheck>,
liblv-perl <!nocheck>,
libreadonly-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
perl
Standards-Version: 4.6.2
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-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 https://goessner.net/articles/JsonPath/.
|