Source: ruby-thread-local Section: ruby Maintainer: Debian Ruby Team Uploaders: Simon Quigley Build-Depends: debhelper-compat (= 14), gem2deb (>= 2.2.8~) Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-thread-local.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-thread-local Homepage: https://github.com/socketry/thread-local Testsuite: autopkgtest-pkg-ruby Package: ruby-thread-local Architecture: all Description: class-level mixin to make thread local state easy Provides a simple high level interface for per-class thread locals. Implements a standard interface for "shared global state". Avoid reinventing thread-local semantics in your own code by using this implementation.