name: kafka-device-leap version: 0.1.3.0 synopsis: Leap Motion events via a Kafka message broker description: This package contains functions for passing Leap Motion \<\> 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 Brian W Bush category: Hardware build-type: Simple cabal-version: >= 1.10 stability: Experimental homepage: https://bitbucket.org/functionally/kafka-device-leap bug-reports: https://bwbush.atlassian.net/projects/HKAFDEV/issues/ package-url: https://bitbucket.org/functionally/kafka-device-leap/downloads/kafka-device-leap-0.1.3.0.tar.gz extra-source-files: ReadMe.md source-repository head type: git location: https://bitbucket.org/functionally/kafka-device-leap library exposed-modules: Network.UI.Kafka.Leap build-depends: base >= 4.8 && < 5 , aeson , hleap , kafka-device , milena , websockets hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 executable kafka-device-leap main-is: Main.hs build-depends: base , aeson , hleap , kafka-device , milena , websockets hs-source-dirs: src ghc-options: -Wall -threaded default-language: Haskell2010