File: control

package info (click to toggle)
ruby-raindrops 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 488 kB
  • ctags: 577
  • sloc: ruby: 3,501; ansic: 1,004; sh: 32; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,216 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
Source: ruby-raindrops
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-aggregate,
               ruby-rack | unicorn,
               ruby-test-unit
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-raindrops.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-raindrops.git
Homepage: http://raindrops.bogomips.org/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-raindrops
Architecture: kfreebsd-any linux-any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Real-time stats for preforking Rack servers
 Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
 servers.  It is designed for preforking servers such as unicorn, but
 should support any Rack HTTP server on platforms supporting POSIX shared
 memory.  It may also be used as a generic scoreboard for sharing atomic
 counters across multiple processes.