Source: ruby-stud Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Tim Potter Build-Depends: debhelper (>= 9~), gem2deb, ruby-insist, ruby-rspec Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-stud.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-stud.git Homepage: https://github.com/jordansissel/ruby-stud XS-Ruby-Versions: all Package: ruby-stud Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: reusable common code to enhance Ruby's stdlib library The Stud library is a collection of small, reusable bits of code to enhance Ruby's stdlib library. It implements functions for different comman tasks in systems programming such as retrying operations on failure, supervising workers, managing resource pools, and others.