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.05.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/archive/1.0.1.tar.gz"
  checksum: "md5=511a474390f51c96e363002c82274486"
}
