File: control

package info (click to toggle)
unicorn 5.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,320 kB
  • sloc: ruby: 7,864; ansic: 4,160; sh: 1,813; perl: 53; makefile: 8
file content (36 lines) | stat: -rw-r--r-- 1,317 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
36
Source: unicorn
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>,
           Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: curl,
               debhelper-compat (= 12),
               gem2deb,
               quilt,
               ruby-kgio,
               ruby-rack,
               ruby-raindrops
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/unicorn
Vcs-Git: https://salsa.debian.org/ruby-team/unicorn.git
Homepage: https://unicorn.bogomips.org/
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: unicorn
Architecture: kfreebsd-any linux-any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-kgio,
         ruby-rack,
         ruby-raindrops,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Rack HTTP server for fast clients
 Unicorn is an HTTP server for Rack applications designed to only serve fast
 clients on low-latency, high-bandwidth connections and take advantage of
 features in Unix and Unix-like kernels. Slow clients should only be served by
 placing a reverse proxy capable of fully buffering both request and response
 in between Unicorn and slow clients.