libevent-rpc-perl 1.03-1 source package in Ubuntu

Changelog

libevent-rpc-perl (1.03-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Xavier Guimard ]
  * Imported Upstream version 1.03
  * Email change: Rene Mayorga -> <email address hidden>
  * Update offests and report patches
  * Update debian/copyright (years and format)
  * Bump Standards-Version to 3.9.4
  * Move build dependencies to Build-Depends-Indep

 -- Xavier Guimard <email address hidden>  Fri, 08 Mar 2013 11:54:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libevent-rpc-perl_1.03-1.dsc 2.1 KiB 2434bfb95d1318eff7f06e07790ac62022b1a7166579368fc2f876639f058799
libevent-rpc-perl_1.03.orig.tar.gz 45.9 KiB e97e96bc9294d8b3466cf9fcf4a157650ad1483dda3dd02d1b11793cbc429983
libevent-rpc-perl_1.03-1.debian.tar.gz 4.0 KiB b5d344a1900dcaa4ef714b139c34bf142859bc52eb71b883d3a34da27917ce48

Available diffs

No changes file available.

Binary packages built by this source

libevent-rpc-perl: Event based transparent Client/Server RPC framework

 Event::RPC supports you in developing Event based networking client/server
 applications with transparent object/method access from the client to the
 server. Network communication is optionally encrypted using IO::Socket::SSL.
 Several event loop managers are supported due to an extensible API.
 Currently Event and Glib are implemented.
 .
 Event::RPC consists of a server and a client library. The server exports a
 list of classes and methods, which are allowed to be called over the
 network. More specific it acts as a proxy for objects created on the server
 side (on demand of the connected clients) which handles client side methods
 calls with transport of method arguments and return values.