File: control

package info (click to toggle)
stompserver 0.9.9gem-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 388 kB
  • ctags: 468
  • sloc: ruby: 2,765; sh: 162; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,281 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
28
29
30
31
32
33
34
Source: stompserver
Section: net
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Bryan McLellan <btm@loftninjas.org>,
           Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 10),
               gem2deb,
               rake,
               ruby-daemons (>= 1.0.2),
               ruby-eventmachine (>= 0.7.2),
               ruby-hoe (>= 1.1.1)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/stompserver.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/stompserver.git
Homepage: http://stompserver.rubyforge.org/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: stompserver
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: adduser,
         lsb-base (>= 3.0-6),
         ruby | ruby-interpreter,
         ruby-daemons (>= 1.0.2),
         ruby-eventmachine (>= 0.7.2),
         ruby-hoe (>= 1.1.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: stomp messaging server implemented in Ruby
 Stompserver is a stomp messaging server with support for multiple FIFO
 based queue backends including file, dbm, memory and activerecord.
 It supports basic authentication and queue monitoring.