ocamlPackages.qcheck-stm: init at 0.2

+19
+17
pkgs/development/ocaml-modules/qcheck/stm.nix
···
··· 1 + { buildDunePackage 2 + , qcheck-multicoretests-util 3 + }: 4 + 5 + buildDunePackage { 6 + pname = "qcheck-stm"; 7 + 8 + inherit (qcheck-multicoretests-util) src version; 9 + 10 + propagatedBuildInputs = [ qcheck-multicoretests-util ]; 11 + 12 + doCheck = true; 13 + 14 + meta = qcheck-multicoretests-util.meta // { 15 + description = "State-machine testing library for sequential and parallel model-based tests"; 16 + }; 17 + }
+2
pkgs/top-level/ocaml-packages.nix
··· 1470 1471 qcheck-ounit = callPackage ../development/ocaml-modules/qcheck/ounit.nix { }; 1472 1473 qtest = callPackage ../development/ocaml-modules/qtest { }; 1474 1475 ### R ###
··· 1470 1471 qcheck-ounit = callPackage ../development/ocaml-modules/qcheck/ounit.nix { }; 1472 1473 + qcheck-stm = callPackage ../development/ocaml-modules/qcheck/stm.nix { }; 1474 + 1475 qtest = callPackage ../development/ocaml-modules/qtest { }; 1476 1477 ### R ###