File: control

package info (click to toggle)
libjson-rpc-common-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 1,481; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 2,156 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
47
48
49
50
Source: libjson-rpc-common-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libclass-load-perl <!nocheck>,
                     libencode-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libmoosex-types-perl <!nocheck>,
                     libmro-compat-perl <!nocheck>,
                     libnamespace-clean-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     liburi-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-rpc-common-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-rpc-common-perl.git
Homepage: https://metacpan.org/release/JSON-RPC-Common
Rules-Requires-Root: no

Package: libjson-rpc-common-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libhttp-message-perl,
         libjson-perl,
         libmoose-perl,
         libmoosex-types-perl,
         libmro-compat-perl,
         libnamespace-clean-perl,
         libtry-tiny-perl,
         liburi-perl
Description: transport agnostic JSON RPC helper objects
 JSON::RPC::Common provides abstractions for JSON-RPC 1.0, 1.1 (both
 variations) and 2.0 (formerly 1.2) Procedure Call and Procedure Return
 objects (formerly known as request and result), along with error objects. It
 also provides marshalling objects to convert the model objects into JSON text
 and HTTP requests/responses.
 .
 This module does not concern itself with the transport layer at all, so the
 JSON-RPC 1.1 and the alternative specification, which are very different on
 that level are implemented with the same class.