File: control

package info (click to toggle)
libjson-rpc-perl 1.06-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: perl: 1,094; makefile: 587
file content (47 lines) | stat: -rw-r--r-- 1,924 bytes parent folder | download | duplicates (2)
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
47
Source: libjson-rpc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Benoit Mortier <benoit.mortier@opensides.be>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.380000),
               perl
Build-Depends-Indep: libcgi-pm-perl,
                     libclass-accessor-lite-perl,
                     libhttp-daemon-perl | libwww-perl (<< 6),
                     libhttp-message-perl | libwww-perl (<< 6),
                     libjson-perl,
                     libjson-xs-perl,
                     libplack-perl,
                     librouter-simple-perl,
                     libtest-pod-perl,
                     libwww-perl,
                     perl (>= 5.13.10) | libcpan-meta-perl
Build-Conflicts: libjson-rpc-perl (<< 1.0)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-rpc-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjson-rpc-perl.git
Homepage: https://metacpan.org/release/JSON-RPC
Testsuite: autopkgtest-pkg-perl

Package: libjson-rpc-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl,
         libclass-accessor-lite-perl,
         libhttp-daemon-perl | libwww-perl (<< 6),
         libhttp-message-perl | libwww-perl (<< 6),
         libjson-perl,
         libplack-perl,
         librouter-simple-perl,
         libwww-perl
Recommends: libjson-xs-perl
Breaks: eiskaltdcpp-cli (<< 2.2.8-2~),
        kgb-client (<< 1.28)
Description: Perl implementation of JSON-RPC 1.1 protocol
 JSON::RPC is a stateless and light-weight remote procedure call (RPC)
 protocol for inter-networking applications over HTTP. It uses JSON
 as the data format for of all facets of a remote procedure call,
 including all application data carried in parameters.