repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
applications
/
science
/
logic
/
msat
/
default.nix
blob
3c27493baff874d844136938fc3653372efaf030
1
{ ocamlPackages }:
2
3
with ocamlPackages; buildDunePackage {
4
pname = "msat-bin";
5
6
inherit (msat) version src;
7
8
buildInputs = [ camlzip containers msat ];
9
10
meta = msat.meta // {
11
description = "SAT solver binary based on the msat library";
12
mainProgram = "msat";
13
};
14
}