File: control

package info (click to toggle)
libobject-remote-perl 0.004001-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 500 kB
  • sloc: perl: 2,382; makefile: 10
file content (45 lines) | stat: -rw-r--r-- 1,972 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
Source: libobject-remote-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libclass-c3-perl <!nocheck>,
                     libbareword-filehandles-perl <!nocheck>,
                     libdevel-globaldestruction-perl <!nocheck>,
                     libexporter-declare-perl <!nocheck>,
                     libfuture-perl <!nocheck>,
                     libindirect-perl <!nocheck>,
                     libjson-pp-perl <!nocheck>,
                     liblog-contextual-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libmro-compat-perl <!nocheck>,
                     libmultidimensional-perl <!nocheck>,
                     libstring-shellquote-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libobject-remote-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libobject-remote-perl.git
Homepage: https://metacpan.org/release/Object-Remote

Package: libobject-remote-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-c3-perl,
         libdevel-globaldestruction-perl,
         libexporter-declare-perl,
         libfuture-perl,
         libjson-pp-perl,
         liblog-contextual-perl,
         libmodule-runtime-perl,
         libmoo-perl,
         libmro-compat-perl,
         libstring-shellquote-perl
Description: module to call methods on objects in other processes or on other hosts
 Object::Remote allows a process to create an object in another
 process - usually one running on another machine connected via ssh,
 although other connection mechanisms are available.