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" {<"0.2.0"} "async" "cohttp" "cohttp-async" "ocaml" {>= "4.04.0"} ] url { src: "https://github.com/ryanslade/influxdb-ocaml/archive/0.1.0.tar.gz" checksum: [ "md5=82bb1cb46de165e39bca7bdec0c1f18a" "sha512=93e0c3da2c5f78f0ee31e225a945bdad25804e7482b422545531084c540846c5f2412ac2eae8f6b821e172c068fab2a68e935852fbbf59ed28e0ccdbbcf150a7" ] }