name : kafka-device-joystick version : 1.0.0.0 synopsis : Linux joystick events via a Kafka message broker description : This package contains functions for passing Linux joystick events to topics on a Kafka message broker \<\>. The joystick's driver must conform to the Linux Joystick API \<\>. Also see \<\>. license : MIT license-file : LICENSE author : Brian W Bush maintainer : Brian W Bush copyright : (c) 2016-19 Brian W Bush category : Hardware build-type : Simple cabal-version: >= 1.10 stability : Production homepage : https://bitbucket.org/functionally/kafka-device-joystick bug-reports : https://bwbush.atlassian.net/projects/HKAFDEV/issues/ package-url : https://bitbucket.org/functionally/kafka-device-joystick/downloads/kafka-device-joystick-$version.tar.gz extra-source-files: ReadMe.md default.nix sample.yaml source-repository head type : git location: https://bitbucket.org/functionally/kafka-device-joystick library exposed-modules : Network.UI.Kafka.Joystick Network.UI.Kafka.Joystick.Interpretation System.Hardware.Linux.Joystick build-depends : base >= 4.8 && < 5 , aeson >= 1.3.1 , binary >= 0.8.5 , bytestring >= 0.10.8 , cereal >= 0.5.7 , kafka-device >= 1.0.0 hs-source-dirs : src ghc-options : -Wall default-language: Haskell2010 executable kafka-device-joystick main-is : Main.hs other-modules : Network.UI.Kafka.Joystick Network.UI.Kafka.Joystick.Interpretation System.Hardware.Linux.Joystick build-depends : base >= 4.8 && < 5 , aeson >= 1.3.1 , binary >= 0.8.5 , bytestring >= 0.10.8 , cereal >= 0.5.7 , kafka-device >= 1.0.0 , yaml >= 0.8.32 hs-source-dirs : src ghc-options : -Wall -threaded default-language: Haskell2010