ruby-nio4r 2.7.3-1 source package in Ubuntu

Changelog

ruby-nio4r (2.7.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Declare compliance with Debian Policy 4.7.0.
  * Refresh patches.
  * d/ruby-nio4r.{docs,examples}: removed, not available anymore.

 -- Lucas Kanashiro <email address hidden>  Thu, 08 Aug 2024 22:18:07 -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
Oracular release main misc

Downloads

File Size SHA-256 Checksum
ruby-nio4r_2.7.3-1.dsc 2.1 KiB 14b0240af11cf8340ab7c98b264c42b19fc2c92de79b916272377c4ca6cad7d3
ruby-nio4r_2.7.3.orig.tar.gz 112.4 KiB 91fffceeb62316c80d29d03e78965ad66944c30b5657e3a5bc9f5a32b61099df
ruby-nio4r_2.7.3-1.debian.tar.xz 4.5 KiB 4110e7706dff3b9585259c4ff065c07a1f3dc6fbc49505bb422010e8380ef5ec

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