File: control

package info (click to toggle)
ruby-celluloid-extras 0.20.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: ruby: 84; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: ruby-celluloid-extras
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: bundler,
               debhelper-compat (= 13),
               gem2deb,
               ruby-dotenv,
               ruby-nenv,
               ruby-rspec-logsplit,
               ruby-timers
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-celluloid-extras.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-celluloid-extras
Homepage: https://github.com/celluloid/celluloid-extras
XS-Ruby-Versions: all

Package: ruby-celluloid-extras
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: bundler,
         ruby | ruby-interpreter,
         ruby-dotenv,
         ruby-nenv,
         ruby-rspec-logsplit,
         ruby-timers,
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-celluloid (<< 0.17~)
Replaces: ruby-celluloid (<< 0.17~)
Description: Celluloid expansion, testing, and example classes
 This gem provides classes to support examples, benchmarks, or add special
 functionality. Celluloid is an actor-based concurrent object framework for
 Ruby.