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

Changelog

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

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 00:53:59 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
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.orig.tar.xz 206.5 KiB d95685fd936395130246adea99554fa2a432197daf09d828acd39a725aa38a6f
ruby-eventmachine_1.3~pre20220315-df4ab006-3build3.debian.tar.xz 7.4 KiB bb28e8ebe9b4327d6aa811568282a199ba832e36d26e3627152c69b1b689240d
ruby-eventmachine_1.3~pre20220315-df4ab006-3build3.dsc 2.3 KiB 2e944826aa9045de551370cde6bcddb9d65721c2e1b8e8b87e780ff29845e83e

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