ocamlPackages.metrics-lwt: init at 0.1.0
This commit is contained in:
parent
5d0dd4e536
commit
8ad01c3362
14
pkgs/development/ocaml-modules/metrics/lwt.nix
Normal file
14
pkgs/development/ocaml-modules/metrics/lwt.nix
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{ buildDunePackage, ocaml_lwt, metrics }:
|
||||||
|
|
||||||
|
buildDunePackage {
|
||||||
|
pname = "metrics-lwt";
|
||||||
|
|
||||||
|
inherit (metrics) version src;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ ocaml_lwt metrics ];
|
||||||
|
|
||||||
|
meta = metrics.meta // {
|
||||||
|
description = "Lwt backend for the Metrics library";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -466,6 +466,8 @@ let
|
|||||||
|
|
||||||
metrics = callPackage ../development/ocaml-modules/metrics { };
|
metrics = callPackage ../development/ocaml-modules/metrics { };
|
||||||
|
|
||||||
|
metrics-lwt = callPackage ../development/ocaml-modules/metrics/lwt.nix { };
|
||||||
|
|
||||||
mezzo = callPackage ../development/compilers/mezzo { };
|
mezzo = callPackage ../development/compilers/mezzo { };
|
||||||
|
|
||||||
minisat = callPackage ../development/ocaml-modules/minisat { };
|
minisat = callPackage ../development/ocaml-modules/minisat { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user