File: control.in

package info (click to toggle)
libcatmandu-importer-getjson-perl 0.50-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 32
  • sloc: perl: 301; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 1,081 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
Source: libcatmandu-importer-getjson-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
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.