Source: ruby-ref Section: ruby Maintainer: Debian Ruby Team Uploaders: Markus Tornow Build-Depends: debhelper-compat (= 14), gem2deb, ruby-coveralls, ruby-rspec, ruby-simplecov Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ref Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ref.git Homepage: https://github.com/bdurand/ref Testsuite: autopkgtest-pkg-ruby Package: ruby-ref Architecture: all Multi-Arch: foreign Depends: ruby:any Description: 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.