mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ocamlPackages.qcheck-lin: init at 0.2
This commit is contained in:
parent
aa47da4c2c
commit
991356c807
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 New Issue
Block a user