ocamlPackages.alcotest-lwt: init at 0.8.5
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ lib, buildDunePackage, alcotest, logs, ocaml_lwt }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "alcotest-lwt";
|
||||
|
||||
inherit (alcotest) version src;
|
||||
|
||||
propagatedBuildInputs = [ alcotest logs ocaml_lwt ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = alcotest.meta // {
|
||||
description = "Lwt-based helpers for Alcotest";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user