this repo has no description
1opam-version: "2.0" 2synopsis: "SAT solver binary based on the msat library" 3license: "Apache" 4maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"] 5build: [ 6 ["dune" "build" "@install" "-p" name "-j" jobs] 7 #["dune" "runtest" "-p" name "-j" jobs] {with-test} 8] 9depends: [ 10 "ocaml" { >= "4.03" } 11 "dune" { >= "1.1" } 12 "msat" { = version } 13 "containers" { >= "2.0" } 14 "camlzip" 15] 16tags: [ "sat" ] 17homepage: "https://github.com/Gbury/mSAT" 18dev-repo: "git+https://github.com/Gbury/mSAT.git" 19bug-reports: "https://github.com/Gbury/mSAT/issues/" 20authors: ["Simon Cruanes" "Guillaume Bury"] 21url { 22 src: "https://github.com/Gbury/mSAT/archive/v0.8.2.tar.gz" 23 checksum: [ 24 "md5=c02d63bf45357aa1d1b85846da373f48" 25 "sha512=e6f0d7f6e4fe69938ec2cc3233b0cb72dd577bfb4cc4824afe8247f5db0b6ffea2d38d73a65e7ede500d21ff8db27ed12f2c4f3245df4451d02864260ae2ddaf" 26 ] 27}