ruby-ref 2.0.0-1.1 source package in Ubuntu

Changelog

ruby-ref (2.0.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 14 Jun 2022 15:32:19 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ref_2.0.0-1.1.dsc 2.0 KiB 3d9858b76a7a960ea5587160926f1af3846c0f2a8bb29f54fa154453ef1e5b4e
ruby-ref_2.0.0.orig.tar.gz 14.5 KiB 60f45ec39c309cb4f09276841634ebc51346541daba608f1258444d0ec1a241e
ruby-ref_2.0.0-1.1.debian.tar.xz 3.0 KiB 353e00652129d653945d05e49dd1618dea6a7d03c41c5c844dd6cf70a529cedd

Available diffs

No changes file available.

Binary packages built by this source

ruby-ref: library implements weak, soft, and strong references in Ruby

 This library provides object references for Ruby as well as some common
 utilities for working with references. Object references are used to point to
 other objects and come in three distinct flavors (weak, soft, and strong),
 that interact differently with the garbage collector.
 .
 It also includes an implementation of maps and hashes that use references and
 a reference queue.