File: control

package info (click to toggle)
thin 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,352 kB
  • sloc: javascript: 6,108; ruby: 5,070; ansic: 1,738; sh: 83; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,494 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
38
39
40
41
Source: thin
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Laurent Arnoud <laurent@spkdev.net>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               help2man,
	       iproute2,
               ruby-daemons (>= 1.0),
               ruby-daemons (>= 1.0.9),
               ruby-eventmachine (>= 1.0),
               ruby-eventmachine (>= 1.0.4),
               ruby-rack (<< 3),
               ruby-rack (>= 1),
               ruby-rspec
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/thin.git
Vcs-Browser: https://salsa.debian.org/ruby-team/thin
Homepage: https://github.com/macournoyer/thin
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: thin
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: fast and very simple Ruby web server
 Thin is a Ruby web server that glues together 3 of the best Ruby
 libraries in web history:
   * the Mongrel parser, the root of Mongrel's speed and security
   * Event Machine, a network I/O library with extremely high
     scalability, performance and stability
   * Rack, a minimal interface between webservers and Ruby frameworks
 .
 Which makes it, with all humility, the most secure, stable, fast and
 extensible Ruby web server bundled in an easy to use package for your own
 pleasure.