]> woffs.de Git - fd/haskell-amqp-utils.git/blob - debian/control
update reuse compat
[fd/haskell-amqp-utils.git] / debian / control
1 Source: haskell-amqp-utils
2 Maintainer: Frank Doepper <[email protected]>
3 Priority: optional
4 Section: haskell
5 Build-Depends: debhelper (>= 7.0)
6                , libmagic-dev
7                , libffi-dev
8                , libgmp-dev
9                , xz-utils
10                , zlib1g-dev
11                , git
12                , gnupg
13                , netbase
14                , curl
15                , ca-certificates
16                , pandoc
17 Standards-Version: 3.9.8
18
19 Package: haskell-amqp-utils
20 Architecture: any
21 Section: misc
22 Depends: ${shlibs:Depends}
23          , ${misc:Depends}
24 Description: AMQP toolset for the command line
25  AMQP consumer which can
26  create a temporary queue and attach it to an exchange, or
27  attach to an existing queue;
28  display header and body info;
29  save message bodies to files;
30  call a callback script.
31  AMQP publisher with file, line-by-line and
32  hotfolder capabilities.
33  AMQP rpc client and server.