File: control

package info (click to toggle)
libprpc-perl 0.1005-22.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: perl: 1,015; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,010 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
Source: libprpc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libcrypt-des-perl,
                     netbase
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libprpc-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprpc-perl.git
Homepage: https://metacpan.org/release/pRPC-modules

Package: libprpc-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Suggests: libcrypt-des-perl
Description: Perl extensions for writing pRPC servers and clients
 Perl RPC simplifies the writing of Perl based client/server
 applications.  RPC::pServer is the package used on the server side,
 and you guess what RPC::pClient is for.  pRPC works by defining a set
 of functions that may be executed by the client.