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 "ocaml" {>= "4.04.0"} 15] 16url { 17 src: "https://github.com/ryanslade/influxdb-ocaml/archive/0.1.0.tar.gz" 18 checksum: [ 19 "md5=82bb1cb46de165e39bca7bdec0c1f18a" 20 "sha512=93e0c3da2c5f78f0ee31e225a945bdad25804e7482b422545531084c540846c5f2412ac2eae8f6b821e172c068fab2a68e935852fbbf59ed28e0ccdbbcf150a7" 21 ] 22}