libevent-rpc-perl 1.10-2 source package in Ubuntu
Changelog
libevent-rpc-perl (1.10-2) unstable; urgency=medium [ Xavier Guimard ] * Email change: Xavier Guimard -> <email address hidden> [ Debian Janitor ] * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 12 to 13. -- Jelmer Vernooij <email address hidden> Mon, 12 Dec 2022 20:04:14 +0000
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libevent-rpc-perl_1.10-2.dsc | 2.2 KiB | 935fc1bc2806da20d496543d8111da7ed510df945f6d4e40ea42e78a8822d994 |
libevent-rpc-perl_1.10.orig.tar.gz | 50.2 KiB | 93a5d52641c85688f3dc7eb3ab544b7a89f4e6cc5e4f094d574ec6992c498d06 |
libevent-rpc-perl_1.10-2.debian.tar.xz | 4.8 KiB | 0eb4fcd3288679405b167bced7200e1e961697a1c2b45fe2a138358332d5c2c1 |
Available diffs
- diff from 1.10-1 to 1.10-2 (1.1 KiB)
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.