Source: ruby-async
Section: ruby
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12),
               gem2deb (>= 1),
               rake,
               ruby-console (>= 1.0),
               ruby-nio4r (>= 2.3),
               ruby-rspec,
               ruby-timers (>= 4.1)
Standards-Version: 4.5.0
Vcs-Git: https://gitlab.com/kalilinux/packages/ruby-async.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/ruby-async
Homepage: https://github.com/socketry/async
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-async
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends},
	 ruby | ruby-interpreter
Description: concurrency framework for Ruby
 This package contains Async, a modern concurrency framework for Ruby. It
 implements the reactor pattern, providing both non-blocking I/O and timer
 events.
