ruby-eventmachine 1.3~pre20220315-df4ab006-3 source package in Ubuntu

Changelog

ruby-eventmachine (1.3~pre20220315-df4ab006-3) unstable; urgency=medium

  * Team upload
  * rewrite_dhparam_1_2.patch: bump timeout on slow architectures to 30s

 -- Antonio Terceiro <email address hidden>  Sun, 16 Oct 2022 13:50:01 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-eventmachine_1.3~pre20220315-df4ab006-3.dsc 2.3 KiB 369fee5a346709cad96b952f120f964052e0f80ec0a1ba92731185eb9634c5ce
ruby-eventmachine_1.3~pre20220315-df4ab006.orig.tar.xz 206.5 KiB d95685fd936395130246adea99554fa2a432197daf09d828acd39a725aa38a6f
ruby-eventmachine_1.3~pre20220315-df4ab006-3.debian.tar.xz 7.3 KiB b74d14d5b3f97ebeac89d7a77148a24823dbefd9c3fb5663ecbb6efb5dc76fbf

No changes file available.

Binary packages built by this source

ruby-eventmachine: Ruby/EventMachine library

 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.

ruby-eventmachine-dbgsym: debug symbols for ruby-eventmachine