Source: ruby-parallel Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Cédric Boutillier Build-Depends: debhelper-compat (= 13), gem2deb, procps, ruby-activerecord, ruby-progressbar, ruby-rspec, ruby-sqlite3 Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-parallel.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-parallel Homepage: https://github.com/grosser/parallel Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-parallel Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${shlibs:Depends}, ruby-progressbar, Description: library to run any kind of code in parallel processes This package provides a Ruby library to run any code in parallel Processes (in order to use all CPUs) or Threads (to speedup blocking operations). . This is best suited for map-reduce operations or e.g. parallel downloads or uploads.