File: control

package info (click to toggle)
rainbows 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,424 kB
  • ctags: 824
  • sloc: ruby: 5,287; sh: 4,166; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (2)
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
Source: rainbows
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/rainbows.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/rainbows.git
Homepage: http://rainbows.bogomips.org/
XS-Ruby-Versions: all

Package: rainbows
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-kgio,
         ruby-rack,
         unicorn (>= 4.8.0),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-eventmachine
Description: HTTP server for sleepy Rack applications
 Rainbows! is an HTTP server for sleepy Rack applications.  It is based on
 Unicorn, but designed to handle applications that expect long request/response
 times and/or slow clients.