ruby-nio4r 2.3.1-1build1 source package in Ubuntu

Changelog

ruby-nio4r (2.3.1-1build1) 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:46 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ruby-nio4r_2.3.1.orig.tar.gz 98.2 KiB 19dfeedfa20e169b241fe0d31f7fba3980b86ced2934d1dd3f35a16e8ea88cbc
ruby-nio4r_2.3.1-1build1.debian.tar.xz 4.3 KiB f795d8457b8cb572a5348c394ad7a4ee7c79d263b056b3258f57e5c5bd4fc4b9
ruby-nio4r_2.3.1-1build1.dsc 2.0 KiB b623b3004df2f0af3904bebbb859f15ecd597d124587f5294a7ff03ea8d24f1e

View changes file

Binary packages built by this source

ruby-nio4r: Ruby library providing a selector API for monitoring IO objects

 nio4r (New IO for Ruby) provides an abstract, cross-platform stateful
 I/O selector API for Ruby. I/O selectors are the heart of
 "reactor"-based event loops, and monitor multiple I/O objects for
 various types of readiness, e.g. ready for reading or writing.
 .
 The most similar API provided by Ruby today is Kernel.select, however
 the select API requires you to pass in arrays of all of the I/O
 objects you're interested in every time. nio4r provides a more
 object-oriented API that lets you register I/O objects with a selector
 then handle them when they're selected for various types of events.
 .
 nio4r is modeled after the Java NIO API, but simplified for
 ease-of-use.
 .
 Its goals are:
 .
  * Expose high-level interfaces for stateful IO selectors.
  * Keep the API small to maximize both portability and performance across
    many different OSes and Ruby VMs.
  * Provide inherently thread-safe facilities for working with IO objects.

ruby-nio4r-dbgsym: debug symbols for ruby-nio4r