File: control

package info (click to toggle)
golang-github-streadway-amqp 0.0~git20150820.0.f4879ba-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 480 kB
  • ctags: 819
  • sloc: xml: 495; sh: 126; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 912 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
Source: golang-github-streadway-amqp
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/streadway/amqp
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-streadway-amqp.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-streadway-amqp.git

Package: golang-github-streadway-amqp-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go
Built-Using: ${misc:Built-Using}
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.