biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / metrics / influx.nix
blobf004c1042aa730c390aafbce36e004da90314263
1 { buildDunePackage, metrics
2 , duration, fmt, lwt
3 }:
5 buildDunePackage rec {
6   pname = "metrics-influx";
7   inherit (metrics) version src;
9   duneVersion = "3";
11   propagatedBuildInputs = [ duration fmt lwt metrics ];
13   meta = metrics.meta // {
14     description = "Influx reporter for the Metrics library";
15   };