msat: init at 0.9.1
This commit is contained in:
committed by
Vincent Laporte
parent
3ae6216c8e
commit
5223d1f86a
@@ -0,0 +1,13 @@
|
||||
{ lib, ocamlPackages }:
|
||||
|
||||
with ocamlPackages; buildDunePackage {
|
||||
pname = "msat-bin";
|
||||
|
||||
inherit (msat) version src;
|
||||
|
||||
buildInputs = [ camlzip containers msat ];
|
||||
|
||||
meta = msat.meta // {
|
||||
description = "SAT solver binary based on the msat library";
|
||||
};
|
||||
}
|
||||
@@ -39550,6 +39550,8 @@ with pkgs;
|
||||
|
||||
monosat = callPackage ../applications/science/logic/monosat { };
|
||||
|
||||
msat = callPackage ../applications/science/logic/msat { };
|
||||
|
||||
nusmv = callPackage ../applications/science/logic/nusmv { };
|
||||
|
||||
nuXmv = callPackage ../applications/science/logic/nuXmv { };
|
||||
|
||||
Reference in New Issue
Block a user