opam-version: "2.0"
maintainer: "Markus W. Weissmann <markus.weissmann@in.tum.de>"
authors: [ "Markus W. Weissmann <markus.weissmann@in.tum.de>" ]
license: "MIT"
homepage: "https://github.com/mwweissmann/ocaml-mosquitto"
doc: "http://github.com/mwweissmann/ocaml-mosquitto"
dev-repo: "git://github.com/mwweissmann/ocaml-mosquitto.git"
bug-reports: "https://github.com/mwweissmann/ocaml-mosquitto/issues"
build: [
  ["ocaml" "setup.ml" "-configure"]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocamlfind" "remove" "mosquitto"]
]
depends: [
  "ocaml"
  "result"
  "base-unix"
  "base-bytes"
  "ocamlfind" {>= "1.5"}
  "ocamlbuild" {build}
  "conf-libmosquitto"
]
synopsis: "mosquitto"
description:
  "The mosquitto library provides bindings to libmosquitto, the MQTT client library of the mosquitto server"
flags: light-uninstall
url {
  src: "https://github.com/mwweissmann/ocaml-mosquitto/archive/v0.1.tar.gz"
  checksum: "md5=5587cd05ff96111995aa6834b12982f8"
}
