ruby-eventmachine 1.3~pre20201020-b50c135-4build3 source package in Ubuntu

Changelog

ruby-eventmachine (1.3~pre20201020-b50c135-4build3) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition, remove ruby2.7 support.

 -- Lucas Kanashiro <email address hidden>  Fri, 03 Dec 2021 14:23:33 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
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~pre20201020-b50c135.orig.tar.gz 251.4 KiB 47805d4d908c27820b07865c9bf04f317c614516c41d91bc624c8d5efb52db80
ruby-eventmachine_1.3~pre20201020-b50c135-4build3.debian.tar.xz 13.5 KiB 6d4b76927c6d312d71a6459efb8aa2f5c83b51ff24e9d538796bbb5991e0aaa3
ruby-eventmachine_1.3~pre20201020-b50c135-4build3.dsc 2.3 KiB 448e8c7c75ef9ca710abe50f1dac6274b52def85f59c1fb09e833f334b9f2a0b

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