ruby-nio4r 2.5.8-3 source package in Ubuntu

Changelog

ruby-nio4r (2.5.8-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.

  [ Lucas Kanashiro ]
  * d/control: runtime depends on ${ruby:Depends} instead of ruby interpreted
    directly.
  * d/copyright: update years of libev upstream copyright.
  * d/control: do not require root to build.

 -- Lucas Kanashiro <email address hidden>  Thu, 23 Feb 2023 12:05:17 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc

Downloads

File Size SHA-256 Checksum
ruby-nio4r_2.5.8-3.dsc 2.1 KiB b7b819c5bfa98c522e845ac46353e4e9f1472f0b82b966f85bddfbb5ffa0517b
ruby-nio4r_2.5.8.orig.tar.gz 116.6 KiB 510dd26b60512c4c86bda273eba22bb4fabdefdf89398fafa443cf84386430a5
ruby-nio4r_2.5.8-3.debian.tar.xz 4.8 KiB dae2ed22307b8e10e1250f94e27b081a2428934c558a2e6636253cc67837feea

No changes file available.

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