ruby-eventmachine 1.0.7-4.2build1 source package in Ubuntu

Changelog

ruby-eventmachine (1.0.7-4.2build1) focal; urgency=medium

  [ Rafael David Tinoco ]
  * Sponsoring ruby2.7 transitions

  [ Lucas Kanashiro ]
  * No-change rebuild for ruby2.7

 -- Rafael David Tinoco <email address hidden>  Wed, 26 Feb 2020 17:10:45 +0000

Upload details

Uploaded by:
Rafael David Tinoco
Uploaded to:
Focal
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-eventmachine_1.0.7.orig.tar.gz 225.4 KiB 53f914b6c7cdf16585313670798b8ad8fecb4ee46356e17bff50da2e9a4ad512
ruby-eventmachine_1.0.7-4.2build1.debian.tar.xz 7.0 KiB 6d608b563eca2a16a0971e8d7e40bcfc16cd53b95e3b3101d3209232c9ea583e
ruby-eventmachine_1.0.7-4.2build1.dsc 2.3 KiB 836d055b4f82eef6a20636d04b08e03d6d87e2330ed3101cba19e1f9ec7997b7

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