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
|
Source: libjson-hyper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 12),
Build-Depends-Indep:
libjson-path-perl,
libjson-perl,
libtest-simple-perl,
liburi-perl,
libwww-perl,
perl,
Standards-Version: 4.4.1
Homepage: https://metacpan.org/release/JSON-Hyper
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-hyper-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-hyper-perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libjson-hyper-perl
Architecture: all
Depends:
libjson-path-perl,
libjson-perl,
liburi-perl,
libwww-perl,
${misc:Depends},
${perl:Depends},
Description: extract links from JSON via a schema
Given a JSON (or equivalent Perl nested hashref/arrayref structure)
Hyper Schema, JSON::Hyper returns a Perl object capable of interpreting that
schema. If the schema is omitted, defaults to the JSON Referencing hyper
schema.
|