Source: ruby-thread-safe
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 14),
               gem2deb,
               rake,
               ruby-coveralls,
               ruby-rspec,
               ruby-simplecov
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-thread-safe.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-thread-safe
Homepage: https://github.com/ruby-concurrency/thread_safe
Testsuite: autopkgtest-pkg-ruby

Package: ruby-thread-safe
Architecture: all
Description: thread-safe collections and utilities for Ruby
 This Ruby library contains a collection of data structures providing
 thread-safe versions of arrays and hashes. These data structures lock
 against the objects themselves for every method call, ensuring only one thread
 can be reading or writing at a time.
 .
 These data structures as well as the utilities contained in this library make
 thread-safe programming in Ruby easier.
