name: mosquitto-hs version: 0.1.0.0 synopsis: Mosquitto client library bindings description: Low-level bindings to the Mosquitto client library. libmosquitto — MQTT version 3.1 client library homepage: https://github.com/anishray/mosquitto-hs#readme license: BSD3 license-file: LICENSE author: Bhawnani, Ray maintainer: anishray@gmail.com copyright: 2017 Ray Bhawnani category: Web, Network build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Network.Mosquitto.LowLevel other-modules: Network.Mosquitto.LowLevel.Types, Network.Mosquitto.LowLevel.Functions build-depends: base >= 4.7 && < 5 default-language: Haskell2010 default-extensions: OverloadedStrings , GeneralizedNewtypeDeriving source-repository head type: git location: https://github.com/anishray/mosquitto-hs