this repo has no description
1opam-version: "2.0"
2synopsis: "InfluxDB client library using async for concurrency"
3description: "A client library for writing time series data to InfluxDB"
4maintainer: "Ryan Slade <ryanslade@gmail.com>"
5authors: "Ryan Slade <ryanslade@gmail.com>"
6homepage: "https://github.com/ryanslade/influxdb-ocaml"
7bug-reports: "https://github.com/ryanslade/influxdb-ocaml/issues"
8dev-repo: "git+https://github.com/ryanslade/influxdb-ocaml.git"
9build: [["dune" "build" "-p" name "-j" jobs]]
10depends: [
11 "dune"
12 "base"
13 "alcotest" {with-test}
14 "influxdb" {<"0.2.0"}
15 "async"
16 "cohttp"
17 "cohttp-async"
18 "ocaml" {>= "4.04.0"}
19]
20url {
21 src: "https://github.com/ryanslade/influxdb-ocaml/archive/0.1.0.tar.gz"
22 checksum: [
23 "md5=82bb1cb46de165e39bca7bdec0c1f18a"
24 "sha512=93e0c3da2c5f78f0ee31e225a945bdad25804e7482b422545531084c540846c5f2412ac2eae8f6b821e172c068fab2a68e935852fbbf59ed28e0ccdbbcf150a7"
25 ]
26}