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: libcatmandu-importer-getjson-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
devscripts,
perl,
libmodule-build-tiny-perl,
debhelper,
dh-buildinfo,
libcatmandu-perl,
libfurl-perl,
libmoo-perl,
liburi-template-perl,
libjson-perl,
libscalar-list-utils-perl (>= 1:1.41)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-importer-getjson-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-importer-getjson-perl.git
Homepage: https://github.com/nichtich/Catmandu-Importer-getJSON
Package: libcatmandu-importer-getjson-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Enhances: ${cdbs:Enhances}
Description: load JSON-encoded data from a server using a GET HTTP request
Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.
.
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.
|