ocamlPackages.alcotest-lwt: init at 0.8.5
This commit is contained in:
parent
d7ec7abd1f
commit
e7857f0d30
16
pkgs/development/ocaml-modules/alcotest/lwt.nix
Normal file
16
pkgs/development/ocaml-modules/alcotest/lwt.nix
Normal file
@ -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";
|
||||
};
|
||||
|
||||
}
|
@ -18,6 +18,8 @@ let
|
||||
|
||||
alcotest = callPackage ../development/ocaml-modules/alcotest {};
|
||||
|
||||
alcotest-lwt = callPackage ../development/ocaml-modules/alcotest/lwt.nix {};
|
||||
|
||||
angstrom = callPackage ../development/ocaml-modules/angstrom { };
|
||||
|
||||
angstrom-async = callPackage ../development/ocaml-modules/angstrom-async { };
|
||||
|
Loading…
Reference in New Issue
Block a user