ocamlPackages.multicore-magic-dscheck: init at ocamlPackages.multicore-magic.version
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
lib,
|
||||
buildDunePackage,
|
||||
dscheck,
|
||||
multicore-magic,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "multicore-magic-dscheck";
|
||||
|
||||
inherit (multicore-magic) src version;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dscheck
|
||||
];
|
||||
|
||||
meta = multicore-magic.meta // {
|
||||
description = "Implementation of multicore-magic API using the atomic module of DScheck to make DScheck tests possible in libraries using multicore-magic";
|
||||
};
|
||||
}
|
||||
@@ -1323,6 +1323,7 @@ let
|
||||
multicore-bench = callPackage ../development/ocaml-modules/multicore-bench { };
|
||||
|
||||
multicore-magic = callPackage ../development/ocaml-modules/multicore-magic { };
|
||||
multicore-magic-dscheck = callPackage ../development/ocaml-modules/multicore-magic/dscheck.nix { };
|
||||
|
||||
multipart_form = callPackage ../development/ocaml-modules/multipart_form { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user