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
|
Source: ruby-stomp
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Bryan McLellan <btm@loftninjas.org>,
Jonas Genannt <genannt@debian.org>,
Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-rspec,
ruby-rspec-its
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-stomp.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-stomp
Homepage: https://github.com/stompgem/stomp
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-ruby
Package: ruby-stomp
Architecture: all
Depends: ruby:any,
${misc:Depends},
${shlibs:Depends}
Multi-Arch: foreign
Description: Ruby client for the stomp messaging protocol
Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
type systems. This library provides two useful interfaces, a low-
level class, Stomp::Connection, which is a basic protocol
implementation, and Stomp::Client, which is designed as a higher
level convenience API.
|