Source: ruby-hamster Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Hanno Zulla Build-Depends: debhelper (>= 9~), gem2deb, pry, rake, ruby-concurrent (>= 1.0.0), ruby-rspec Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-hamster.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-hamster.git Homepage: https://github.com/hamstergem/hamster Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-hamster Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-concurrent (>= 1.0.0), ${misc:Depends}, ${shlibs:Depends} Description: Efficient, immutable, thread-safe collection classes for Ruby Hamster collections are immutable. Whenever you modify a Hamster collection, the original is preserved and a modified copy is returned. This makes them inherently thread-safe and sharable.