File: control

package info (click to toggle)
ruby-barrier 1.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 52 kB
  • sloc: ruby: 21; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: ruby-barrier
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Caitlin Matos <caitlin.matos@zoho.com>,
           Lucas Kanashiro <lucas.kanashiro@collabora.com>
Build-Depends: debhelper (>= 11~),
               gem2deb
Standards-Version: 4.2.1
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
XS-Ruby-Versions: all

Package: ruby-barrier
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
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.