File: control

package info (click to toggle)
libprpc-perl 0.1005-19
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 140 kB
  • ctags: 38
  • sloc: perl: 1,040; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libprpc-perl
Section: perl
Priority: optional
Maintainer: Christian Hammers <ch@debian.org>
Standards-Version: 3.6.2
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.8), cdbs

Package: libprpc-perl
Architecture: all
Depends: ${perl:Depends}
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 of functions that may be executed by the client.