mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
ocamlPackages.alcotest-mirage: init at 1.2.3 (#128601)
This commit is contained in:
parent
483be376f7
commit
752035e078
16
pkgs/development/ocaml-modules/alcotest/mirage.nix
Normal file
16
pkgs/development/ocaml-modules/alcotest/mirage.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ lib, buildDunePackage, alcotest, lwt, logs, mirage-clock, duration }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "alcotest-mirage";
|
||||
|
||||
inherit (alcotest) version src useDune2;
|
||||
|
||||
propagatedBuildInputs = [ alcotest lwt logs mirage-clock duration ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = alcotest.meta // {
|
||||
description = "Mirage implementation for Alcotest";
|
||||
maintainers = with lib.maintainers; [ ulrikstrid anmonteiro ];
|
||||
};
|
||||
}
|
@ -22,6 +22,8 @@ let
|
||||
|
||||
alcotest-lwt = callPackage ../development/ocaml-modules/alcotest/lwt.nix {};
|
||||
|
||||
alcotest-mirage = callPackage ../development/ocaml-modules/alcotest/mirage.nix {};
|
||||
|
||||
angstrom = callPackage ../development/ocaml-modules/angstrom { };
|
||||
|
||||
angstrom-async = callPackage ../development/ocaml-modules/angstrom-async { };
|
||||
|
Loading…
Reference in New Issue
Block a user