opam-version: "2.0"
maintainer: "mfp@acm.org"
authors: ["Mike Wells"]
homepage: "https://github.com/mfp/ocaml-statsd-client/"
license: "BSD-3-Clause"
build: [
  [make "all"]
  [make "opt"]
]
remove: [["ocamlfind" "remove" "statsd-client"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "lwt"
]
dev-repo: "git://github.com/mfp/ocaml-statsd-client"
install: [make "install"]
synopsis: "StatsD client library"
description: """
ocaml-statsd-client can be used to send statistics, like counters and timers,
to (Etsy's) StatsD daemon."""
flags: light-uninstall
url {
  src:
    "https://github.com/mfp/ocaml-statsd-client/releases/download/1.0.2/ocaml-statsd-client-1.0.2.tar.gz"
  checksum: "md5=09665c567763ce4ff8ad3327a903cb4b"
}
