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

Changelog

libevent-rpc-perl (1.05-1) unstable; urgency=medium


  * Imported Upstream version 1.05
  * Update debian/copyright years
  * Remove patches now included in upstream

 -- Xavier Guimard <email address hidden>  Thu, 20 Feb 2014 06:35:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libevent-rpc-perl_1.05-1.dsc 2.2 KiB b1869cca1df38dea117b16d5e18b3750ce40a403537009498472d42f276d68c9
libevent-rpc-perl_1.05.orig.tar.gz 47.6 KiB 6d8286cc24dc9c87d471ff8a361b471b00e7a141d6fd477d17303fe3dd634128
libevent-rpc-perl_1.05-1.debian.tar.xz 3.1 KiB 888d26ee0dd23df8be29fba58d172a3023eaabf4c2a168d44293644d5ba3bdb2

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, Glib and AnyEvent 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.