File: control

package info (click to toggle)
golang-github-rabbitmq-amqp091-go 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 712 kB
  • sloc: xml: 500; sh: 129; makefile: 46
file content (29 lines) | stat: -rw-r--r-- 1,198 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
Source: golang-github-rabbitmq-amqp091-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-uber-goleak-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rabbitmq-amqp091-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rabbitmq-amqp091-go.git
Homepage: https://github.com/rabbitmq/amqp091-go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/rabbitmq/amqp091-go

Package: golang-github-rabbitmq-amqp091-go-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-uber-goleak-dev
Description: Go client for AMQP 0.9.1 (library)
 This is a Go AMQP 0.9.1 client maintained by the RabbitMQ core team.
 It was originally developed by Sean Treadway.
 .
 The library provides a functional interface that closely represents
 the AMQP 0.9.1 model targeted to RabbitMQ as a server. This includes
 the minimum necessary to interact the semantics of the protocol.