1 -- SPDX-FileCopyrightText: 2022 Frank Doepper
3 -- SPDX-License-Identifier: GPL-3.0-only
9 synopsis: AMQP toolset for the command line
11 description: AMQP tools consisting of:
12 AMQP consumer which can
13 create a temporary queue and attach it to an exchange, or
14 attach to an existing queue;
15 display header and body info;
16 save message bodies to files;
17 call a callback script.
18 AMQP publisher with file, line-by-line and
19 hotfolder capabilities.
20 AMQP rpc client and server.
24 license-file: LICENSES/GPL-3.0-only.txt
34 extra-source-files: ChangeLog.md, README.md
40 build-depends: base >= 4.6 && <5,
57 ghc-options: -threaded -Wall
59 default-language: Haskell2010
61 other-modules: Network.AMQP.Utils.Options,
62 Network.AMQP.Utils.Helpers,
63 Network.AMQP.Utils.Connection,
68 build-depends: base >= 4.6 && <5,
88 build-depends: hinotify >= 0.3.10
90 ghc-options: -threaded -Wall
92 default-language: Haskell2010
94 other-modules: Network.AMQP.Utils.Options,
95 Network.AMQP.Utils.Helpers,
96 Network.AMQP.Utils.Connection,
101 build-depends: base >=4.6 && <5,
118 ghc-options: -threaded -Wall
120 default-language: Haskell2010
122 other-modules: Network.AMQP.Utils.Options,
123 Network.AMQP.Utils.Helpers,
124 Network.AMQP.Utils.Connection,
129 build-depends: base >= 4.6 && <5,
146 ghc-options: -threaded -Wall
148 default-language: Haskell2010
150 other-modules: Network.AMQP.Utils.Options,
151 Network.AMQP.Utils.Helpers,
152 Network.AMQP.Utils.Connection,
155 source-repository head
157 location: git://woffs.de/git/fd/haskell-amqp-utils.git