this repo has no description
1opam-version: "2.0" 2synopsis: "InfluxDB client library" 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 "stdio" 14 "ppx_expect" 15 "ocaml" {>= "4.04.0"} 16] 17url { 18 src: "https://github.com/ryanslade/influxdb-ocaml/archive/0.2.0.tar.gz" 19 checksum: [ 20 "md5=25402ff8fa56fd1020c6bbdd70bd5ea8" 21 "sha512=34c3e2eca70245277d4f45e6beb082643fffb40f10bf0c96a04f167991f864eb55dc98f4d8b144436e8304564748ee0ac65d91972f2eb8a3ff3f704063491e16" 22 ] 23}