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

Changelog

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

  * No-change upload to remove support for ruby3.0.

 -- Lucas Kanashiro <email address hidden>  Thu, 02 Feb 2023 16:16:30 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe ruby
Lunar release universe ruby

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-3build2.debian.tar.xz 7.4 KiB b48ff689997dfdb498435454e44599e1046ed2e5c82e075a5e8918798d1da17e
ruby-eventmachine_1.3~pre20220315-df4ab006-3build2.dsc 2.3 KiB e7ab2976e8be10fb0c2cf1d3322f09dcc0c97de199600302bbfb1f6e88b2ea07

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