Source: ruby-barrier Section: ruby Maintainer: Debian Ruby Team Uploaders: Caitlin Matos , Lucas Kanashiro Build-Depends: debhelper-compat (= 14), gem2deb Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-barrier.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-barrier Homepage: https://rubygems.org/gems/barrier Package: ruby-barrier Architecture: all Description: Ruby threads synchronization using a barrier method Barrier is an implementation of a synchronization method that enables multiple threads to wait until all threads have all reached a particular point of execution before any thread continues.