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" {= version} 15 "async" 16 "cohttp" 17 "cohttp-async" 18 "ocaml" {>= "4.04.0"} 19] 20url { 21 src: "https://github.com/ryanslade/influxdb-ocaml/archive/0.2.0.tar.gz" 22 checksum: [ 23 "md5=25402ff8fa56fd1020c6bbdd70bd5ea8" 24 "sha512=34c3e2eca70245277d4f45e6beb082643fffb40f10bf0c96a04f167991f864eb55dc98f4d8b144436e8304564748ee0ac65d91972f2eb8a3ff3f704063491e16" 25 ] 26}