Source: ruby-ref Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Markus Tornow Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~), ruby-rspec, ruby-coveralls, ruby-simplecov Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ref.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ref.git Homepage: https://github.com/bdurand/ref XS-Ruby-Versions: all Package: ruby-ref Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter 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.