ruby-nio4r 1.1.0-1build4 source package in Ubuntu

Changelog

ruby-nio4r (1.1.0-1build4) xenial; urgency=medium

  * No-change rebuild for ruby2.3-only support.

 -- Matthias Klose <email address hidden>  Sun, 13 Mar 2016 21:16:50 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
ruby-nio4r_1.1.0.orig.tar.gz 86.1 KiB 894835e37f429bd9f6a922c16c3e833a8d4143ad9c8ace1dcbdfb385e5a8a607
ruby-nio4r_1.1.0-1build4.debian.tar.xz 3.7 KiB 8150b6aced0eeaac0606f6724815705c0393ded8dfdfde4fdc2f1c0927429ee3
ruby-nio4r_1.1.0-1build4.dsc 2.0 KiB ad974763ff7dd443c9040ab87188f117e930baf0a32301dccd702bdf83584a49

Available diffs

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: No summary available for ruby-nio4r-dbgsym in ubuntu yakkety.

No description available for ruby-nio4r-dbgsym in ubuntu yakkety.