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" {>= "2.0"} 12 "base" 13 "stdio" 14 "ppx_expect" 15 "ocaml" {>= "4.04.0"} 16] 17url { 18 src: "https://github.com/ryanslade/influxdb-ocaml/archive/0.3.0.tar.gz" 19 checksum: [ 20 "md5=c5d2d4dddcd8498ace3dd44870efa201" 21 "sha512=e9d4e2938ec22dd7df8c4f9b82a76892c146bc2d682cb9dd99fe7ca9d813d26c5268658fa16e8eb75b2256449e22086711a6e01229a542e785c4ab1b0ff065d3" 22 ] 23}