libevent-rpc-perl 1.08-2ubuntu0.1 source package in Ubuntu

Changelog

libevent-rpc-perl (1.08-2ubuntu0.1) bionic; urgency=medium

  * Update test certificates from 1.10 as the current ones have
    expired. LP: #1815475

 -- Dimitri John Ledkov <email address hidden>  Wed, 12 Dec 2018 10:47:07 +1100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libevent-rpc-perl_1.08.orig.tar.gz 56.2 KiB c752c98e06c4f0394eb90ba4dba3dbff78e6f394fa173ee8d0fd9daaf39149b1
libevent-rpc-perl_1.08-2ubuntu0.1.debian.tar.xz 22.9 KiB 5bae135d359823ca83a71f471e43d0801c2982051f537767f7835fc71c259a47
libevent-rpc-perl_1.08-2ubuntu0.1.dsc 2.0 KiB 3fb6cd64cf8e37f13a0842563df5f42269d846c4002bb513d86f466c159d2ff9

View changes file

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.