ocamlPackages.qcheck-lin: init at 0.2
This commit is contained in:
parent
aa47da4c2c
commit
991356c807
2 changed files with 19 additions and 0 deletions
17
pkgs/development/ocaml-modules/qcheck/lin.nix
Normal file
17
pkgs/development/ocaml-modules/qcheck/lin.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ buildDunePackage
|
||||
, qcheck-multicoretests-util
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "qcheck-lin";
|
||||
|
||||
inherit (qcheck-multicoretests-util) version src;
|
||||
|
||||
propagatedBuildInputs = [ qcheck-multicoretests-util ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = qcheck-multicoretests-util.meta // {
|
||||
description = "A multicore testing library for OCaml";
|
||||
};
|
||||
}
|
|
@ -1464,6 +1464,8 @@ let
|
|||
|
||||
qcheck-core = callPackage ../development/ocaml-modules/qcheck/core.nix { };
|
||||
|
||||
qcheck-lin = callPackage ../development/ocaml-modules/qcheck/lin.nix { };
|
||||
|
||||
qcheck-multicoretests-util = callPackage ../development/ocaml-modules/qcheck/multicoretests-util.nix { };
|
||||
|
||||
qcheck-ounit = callPackage ../development/ocaml-modules/qcheck/ounit.nix { };
|
||||
|
|
Loading…
Reference in a new issue