File: control

package info (click to toggle)
libcatmandu-importer-getjson-perl 0.51-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: perl: 345; sh: 6; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,473 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: libcatmandu-importer-getjson-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libcatmandu-perl <!nocheck>,
 libfurl-perl <!nocheck>,
 libjson-perl <!nocheck>,
 libmodule-build-tiny-perl,
 libmoo-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 liburi-template-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-importer-getjson-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-importer-getjson-perl
Homepage: https://metacpan.org/release/Catmandu-Importer-getJSON
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libcatmandu-importer-getjson-perl
Architecture: all
Depends:
 libcatmandu-perl,
 libfurl-perl,
 libjson-perl,
 libmoo-perl,
 liburi-template-perl,
 libscalar-list-utils-perl,
 ${misc:Depends},
 ${perl:Depends},
Enhances:
 libcatmandu-perl,
Description: load JSON-encoded data from a server using a GET HTTP request
 Catmandu::Importer::getJSON performs a HTTP GET request
 to load JSON-encoded data from a server.
 The importer expects a line-separated input.
 Each line corresponds to a HTTP request
 that is mapped to a JSON-record on success.
 .
 Catmandu provides a suite of Perl modules
 to ease the import, storage, retrieval, export and transformation
 of metadata records.