5 synopsis: AMQP toolset for the command line
7 description: AMQP tools consisting of:
8 AMQP consumer which can
9 create a temporary queue and attach it to an exchange, or
10 attach to an existing queue;
11 display header and body info;
12 save message bodies to files;
13 call a callback script.
14 AMQP publisher with file, line-by-line and
15 hotfolder capabilities.
16 AMQP rpc client and server.
30 extra-source-files: ChangeLog.md, README.md
34 Tested-With: GHC ==7.10.2 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || >=8.8.4
38 build-depends: base >=4.6 && <5,
53 ghc-options: -threaded -Wall
55 default-language: Haskell2010
57 other-modules: Network.AMQP.Utils.Options,
58 Network.AMQP.Utils.Helpers,
59 Network.AMQP.Utils.Connection,
64 build-depends: base >=4.6 && <5,
82 build-depends: hinotify >= 0.3.8
84 ghc-options: -threaded -Wall
86 default-language: Haskell2010
88 other-modules: Network.AMQP.Utils.Options,
89 Network.AMQP.Utils.Helpers,
90 Network.AMQP.Utils.Connection,
95 build-depends: base >=4.6 && <5,
111 ghc-options: -threaded -Wall
113 default-language: Haskell2010
115 other-modules: Network.AMQP.Utils.Options,
116 Network.AMQP.Utils.Helpers,
117 Network.AMQP.Utils.Connection,
122 build-depends: base >=4.6 && <5,
138 ghc-options: -threaded -Wall
140 default-language: Haskell2010
142 other-modules: Network.AMQP.Utils.Options,
143 Network.AMQP.Utils.Helpers,
144 Network.AMQP.Utils.Connection,
147 source-repository head
149 location: git://woffs.de/git/fd/haskell-amqp-utils.git