File: control

package info (click to toggle)
libprpc-perl 0.1005-21
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 244 kB
  • ctags: 66
  • sloc: perl: 1,015; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 935 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
Source: libprpc-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christian Hammers <ch@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/pRPC-modules/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libprpc-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libprpc-perl/
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libcrypt-des-perl, netbase

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.