File: control

package info (click to toggle)
puma 6.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,884 kB
  • sloc: ruby: 17,542; ansic: 2,003; java: 1,006; sh: 379; makefile: 10
file content (37 lines) | stat: -rw-r--r-- 1,263 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
37
Source: puma
Section: web
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: curl,
               debhelper-compat (= 13),
               gem2deb (>= 1.6),
               libssl-dev,
               procps,
               rake,
               ruby-concurrent,
               ruby-localhost,
               ruby-minitest-stub-const,
               ruby-nio4r (>= 2),
               ruby-rack,
               ruby-rackup | ruby-rack (<< 3),
               ruby-sd-notify
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/puma.git
Vcs-Browser: https://salsa.debian.org/ruby-team/puma
Homepage: https://puma.io
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: binary-targets

Package: puma
Architecture: any
Breaks: rails (<< 2:6.1.7.3+dfsg-3~)
Depends: ruby,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: threaded HTTP 1.1 server for Ruby/Rack applications
 Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
 Ruby/Rack applications. Puma is intended for use in both development and
 production environments.