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.9.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, attoparsec-enumerator >= 0.3, bytestring, enumerator >= 0.4.18 -- GHC-Options: -Wall Exposed-modules: Network.EBus.Layer2 -- Other-modules: Network.AMQP.Generated, Network.AMQP.Helpers, Network.AMQP.Protocol Test-Suite test-network-ebus type: exitcode-stdio-1.0 main-is: Test.hs build-depends: base, test-framework >= 0.6, test-framework-hunit >= 0.2.7, ebus, bytestring, attoparsec >= 0.10.1.1, attoparsec-enumerator >= 0.3, enumerator >= 0.4.18 Executable ebus-dump-layer2 Main-Is: exec/ebus-dump-layer2.hs Build-Depends: base >=4 && < 5, ebus