File: control

package info (click to toggle)
golang-github-streadway-amqp 0.0~git20200716.e6b33f4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 512 kB
  • sloc: xml: 495; sh: 180; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,000 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
Source: golang-github-streadway-amqp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>,
           Alexandre Viau <aviau@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-streadway-amqp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-streadway-amqp.git
Homepage: https://github.com/streadway/amqp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/streadway/amqp

Package: golang-github-streadway-amqp-dev
Architecture: all
Depends: ${misc:Depends}
Description: Go client for AMQP 0.9.1
 The amqp package 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.