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

Changelog

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

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 21:12:40 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.xz 206.5 KiB d95685fd936395130246adea99554fa2a432197daf09d828acd39a725aa38a6f
ruby-eventmachine_1.3~pre20220315-df4ab006-3build5.debian.tar.xz 7.5 KiB 27ce49d5ab09677875993be743088e461bdab0509dda9a4aeff94282052c0457
ruby-eventmachine_1.3~pre20220315-df4ab006-3build5.dsc 2.4 KiB 2e8428b4b83c1e99cc0894e7cb425f2c87a26c2b27aa82031b188b0f9bd1a6d6

View changes file

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