Name: ebus Version: 0.1 Synopsis: eBus Reader Library Description: Library for parsing eBus datapackets License: BSD3 Stability: alpha License-file: LICENSE Author: Yves Fischer Category: Network Maintainer: Yves Fischer Build-Type: Simple Homepage: http://www.example.com Cabal-Version: >=1.2 -- Extra-source-files: examples/ExampleConsumer.hs, -- examples/ExampleProducer.hs -- Source-Repository head -- Type: git -- Location: git://github.com/NicolasT/binary-protocol-zmq.git -- branch: master Library Build-Depends: base >=4 && < 5, attoparsec >= 0.10.1.1, bytestring GHC-Options: -Wall Exposed-modules: Network.EBus.Layer2 -- Other-modules: Network.AMQP.Generated, Network.AMQP.Helpers, Network.AMQP.Protocol -- Executable test-binary-protocol-zmq -- Main-Is: Test.hs -- if !flag(tests) -- Buildable: False -- else -- Build-Depends: -- base >= 4 && < 5, -- test-framework, -- test-framework-hunit, -- HUnit -- Other-Modules: -- Control.Monad.BinaryProtocol.ZMQ -- GHC-Options: -Wall -fno-warn-unused-binds -threaded -- if flag(optimize) -- GHC-Options: -funbox-strict-fields -O2 -fspec-constr -fdicts-cheap