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,
59 ghc-options: -threaded -Wall
61 default-language: Haskell2010
63 other-modules: Network.AMQP.Utils.Options,
64 Network.AMQP.Utils.Helpers,
65 Network.AMQP.Utils.Connection,
70 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,
120 ghc-options: -threaded -Wall
122 default-language: Haskell2010
124 other-modules: Network.AMQP.Utils.Options,
125 Network.AMQP.Utils.Helpers,
126 Network.AMQP.Utils.Connection,
131 build-depends: base >= 4.6 && <5,
148 ghc-options: -threaded -Wall
150 default-language: Haskell2010
152 other-modules: Network.AMQP.Utils.Options,
153 Network.AMQP.Utils.Helpers,
154 Network.AMQP.Utils.Connection,
157 source-repository head
159 location: git://woffs.de/git/fd/haskell-amqp-utils.git