Source: ruby-stomp Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Bryan McLellan , Jonas Genannt , Paul van Tilburg Build-Depends: debhelper (>= 11~), gem2deb, ruby-rspec, ruby-rspec-its Standards-Version: 4.1.3 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 Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-stomp Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} 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.