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
38 Tested-With: GHC ==7.10.2 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || >=8.8.4
42 build-depends: base >= 4.6 && <5,
60 ghc-options: -threaded -Wall
62 default-language: Haskell2010
64 other-modules: Network.AMQP.Utils.Options,
65 Network.AMQP.Utils.Helpers,
66 Network.AMQP.Utils.Connection,
71 build-depends: base >= 4.6 && <5,
90 build-depends: hinotify >= 0.3.10
92 ghc-options: -threaded -Wall
94 default-language: Haskell2010
96 other-modules: Network.AMQP.Utils.Options,
97 Network.AMQP.Utils.Helpers,
98 Network.AMQP.Utils.Connection,
103 build-depends: base >=4.6 && <5,
121 ghc-options: -threaded -Wall
123 default-language: Haskell2010
125 other-modules: Network.AMQP.Utils.Options,
126 Network.AMQP.Utils.Helpers,
127 Network.AMQP.Utils.Connection,
132 build-depends: base >= 4.6 && <5,
150 ghc-options: -threaded -Wall
152 default-language: Haskell2010
154 other-modules: Network.AMQP.Utils.Options,
155 Network.AMQP.Utils.Helpers,
156 Network.AMQP.Utils.Connection,
159 source-repository head
161 location: git://woffs.de/git/fd/haskell-amqp-utils.git