File: control

package info (click to toggle)
libpoe-component-server-jsonrpc-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 244 kB
  • sloc: perl: 2,026; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,466 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
Source: libpoe-component-server-jsonrpc-perl
Section: perl
Priority: optional
Maintainer: FusionDirectory Packagers <packages@lists.fusiondirectory.org>
Uploaders: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>,
           Benoit Mortier <benoit.mortier@opensides.be>,
           Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 debhelper (>= 11~),
 perl,
Build-Depends-Indep:
 libmodule-install-perl,
 libpoe-perl,
 libpoe-component-server-simplehttp-perl,
 libjson-perl,
 libjson-maybexs-perl,
 libclass-accessor-perl,
 libtest-pod-perl (>= 1.22),
 libtest-pod-coverage-perl (>= 1.08),
 libtest-simple-perl,
Standards-Version: 4.3.0
Homepage: https://metacpan.org/release/POE-Component-Server-JSONRPC
Vcs-Git: https://salsa.debian.org/debian/libpoe-component-server-jsonrpc-perl.git
Vcs-Browser: https://salsa.debian.org/debian/libpoe-component-server-jsonrpc-perl

Package: libpoe-component-server-jsonrpc-perl
Architecture: all
Depends:
 ${perl:Depends},
 ${misc:Depends},
 libpoe-perl,
 libclass-accessor-perl,
 libjson-perl,
 libjson-maybexs-perl,
Description: POE tcp and http based JSON-RPC 1.0 server
 This Perl module is a POE component that allows you to easily create an HTTP
 or TCP JSON RPC server inside POE.
 .
 The specification is defined on http://json-rpc.org/ and this module uses
 the JSON-RPC specification version 1.0 (version 1.1 does not cover TCP
 streams).
 .
 This package provides Poe::Component::Server::Jsonrpc.