msat: init at 0.9.1

This commit is contained in:
Vincent Laporte 2024-01-09 08:40:19 +01:00 committed by Vincent Laporte
parent 3ae6216c8e
commit 5223d1f86a
2 changed files with 15 additions and 0 deletions

View file

@ -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";
};
}

View file

@ -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 { };