name: kafka-device-vrpn version: 0.2.1.2 synopsis: VRPN events via a Kafka message broker description: This package contains functions for passing VRPN \<\> events to topics on a Kafka message broker \<\>. Also see \<\>. license: MIT license-file: LICENSE author: Brian W Bush maintainer: Brian W Bush copyright: (c) 2016-17 Brian W Bush category: Network build-type: Simple cabal-version: >= 1.10 stability: Experimental homepage: https://bitbucket.org/functionally/kafka-device-vrpn bug-reports: https://bwbush.atlassian.net/projects/HKAFDEV/issues/ package-url: https://bitbucket.org/functionally/kafka-device-vrpn/downloads/kafka-device-vrpn-$version.tar.gz extra-source-files: ReadMe.md source-repository head type: git location: https://bitbucket.org/functionally/kafka-device-vrpn library exposed-modules: Network.UI.Kafka.VRPN build-depends: base >= 4.8 && < 5 , kafka-device >= 0.2.1.2 , vrpn >= 0.2.1 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 executable kafka-device-vrpn main-is: Main.hs build-depends: base , kafka-device , vrpn hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010