File: control

package info (click to toggle)
ruby-amq-protocol 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 508 kB
  • sloc: ruby: 5,153; python: 248; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,049 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
Source: ruby-amq-protocol
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-rspec,
               ruby-rspec-its
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-amq-protocol.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-amq-protocol
Homepage: https://github.com/ruby-amqp/amq-protocol
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-amq-protocol
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: AMQP 0.9.1 encoder & decoder
 amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
 AMQP client: amq-protocol only handles serialization and deserialization.
 If you want to write your own AMQP client, this gem can help you with that.