ruby-eventmachine 1.0.7-3build3 source package in Ubuntu
Changelog
ruby-eventmachine (1.0.7-3build3) xenial; urgency=medium * No-change rebuild for ruby2.3-only support. -- Matthias Klose <email address hidden> Sun, 13 Mar 2016 21:16:05 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Xenial
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- any
- Section:
- ruby
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-eventmachine_1.0.7.orig.tar.gz | 225.4 KiB | 53f914b6c7cdf16585313670798b8ad8fecb4ee46356e17bff50da2e9a4ad512 |
ruby-eventmachine_1.0.7-3build3.debian.tar.xz | 5.9 KiB | 92e32ee25763d35f9f548edd8216bbf25de5ba61b0472b713ac8a35c396359fb |
ruby-eventmachine_1.0.7-3build3.dsc | 2.2 KiB | 95b0fd1619f39f42cba258aa36d73571e61f9ac468edeb4bb2fbd59c7716a41c |
Available diffs
- diff from 1.0.7-3build2 to 1.0.7-3build3 (316 bytes)
Binary packages built by this source
- ruby-eventmachine: No summary available for ruby-eventmachine in ubuntu zesty.
No description available for ruby-eventmachine in ubuntu zesty.
- ruby-eventmachine-dbgsym: debug symbols for package ruby-eventmachine
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.