ocamlPackages.qcheck-alcotest: init at 0.15
This commit is contained in:
parent
79a0130dbd
commit
491e809867
13
pkgs/development/ocaml-modules/qcheck/alcotest.nix
Normal file
13
pkgs/development/ocaml-modules/qcheck/alcotest.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ buildDunePackage, qcheck-core, alcotest }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "qcheck-alcotest";
|
||||
|
||||
inherit (qcheck-core) version src;
|
||||
|
||||
propagatedBuildInputs = [ qcheck-core alcotest ];
|
||||
|
||||
meta = qcheck-core.meta // {
|
||||
description = "Alcotest backend for qcheck";
|
||||
};
|
||||
}
|
@ -886,6 +886,8 @@ let
|
||||
|
||||
pycaml = callPackage ../development/ocaml-modules/pycaml { };
|
||||
|
||||
qcheck-alcotest = callPackage ../development/ocaml-modules/qcheck/alcotest.nix { };
|
||||
|
||||
qcheck-core = callPackage ../development/ocaml-modules/qcheck/core.nix { };
|
||||
|
||||
qcheck-ounit = callPackage ../development/ocaml-modules/qcheck/ounit.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user