ruby-nio4r 1.2.1-1build1 source package in Ubuntu

Changelog

ruby-nio4r (1.2.1-1build1) bionic; urgency=medium

  * No-change rebuild for ruby2.5 update.

 -- Matthias Klose <email address hidden>  Thu, 01 Feb 2018 19:02:45 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-nio4r_1.2.1.orig.tar.gz 89.3 KiB e8b40c5ab49ee7df5f96d2d8f565740919afc55ffb78e954c821af8d6b4a6056
ruby-nio4r_1.2.1-1build1.debian.tar.xz 3.6 KiB 383f21b11e738660807c0065e927be06dfedcdcea26eb933ea1c83542ecb80ea
ruby-nio4r_1.2.1-1build1.dsc 2.0 KiB 660867f49e4cf5117c6afcb849af7354912775374656cb61f90144182c3537f3

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