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