1 { lib, fetchFromGitHub, buildDunePackage
11 src = fetchFromGitHub {
15 hash = "sha256-ER7ZUejW+Zy3l2HIoFDYbR8iaKMvLZWaeWrOAAYXjG4=";
18 propagatedBuildInputs = [
23 substituteInPlace dune --replace mdx ocaml-mdx
27 checkInputs = [ containers ];
28 nativeCheckInputs = [ mdx.bin ];
31 description = "A modular sat/smt solver with proof output.";
32 homepage = "https://gbury.github.io/mSAT/";
33 license = lib.licenses.asl20;
34 maintainers = [ lib.maintainers.vbgl ];