opam-version: "2.0" synopsis: "InfluxDB client library using async for concurrency" description: "A client library for writing time series data to InfluxDB" maintainer: "Ryan Slade " authors: "Ryan Slade " homepage: "https://github.com/ryanslade/influxdb-ocaml" bug-reports: "https://github.com/ryanslade/influxdb-ocaml/issues" dev-repo: "git+https://github.com/ryanslade/influxdb-ocaml.git" build: [["dune" "build" "-p" name "-j" jobs]] depends: [ "dune" "base" "alcotest" {with-test} "influxdb" {= version} "async" "cohttp" "cohttp-async" "ocaml" {>= "4.04.0"} ] url { src: "https://github.com/ryanslade/influxdb-ocaml/archive/0.2.0.tar.gz" checksum: [ "md5=25402ff8fa56fd1020c6bbdd70bd5ea8" "sha512=34c3e2eca70245277d4f45e6beb082643fffb40f10bf0c96a04f167991f864eb55dc98f4d8b144436e8304564748ee0ac65d91972f2eb8a3ff3f704063491e16" ] }