this repo has no description
1opam-version: "2.0" 2synopsis: "Library containing a SAT solver that can be parametrized by a theory" 3license: "Apache" 4maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"] 5build: [ 6 ["dune" "build" "@install" "-p" name "-j" jobs] 7 ["dune" "build" "@doc" "-p" name] {with-doc} 8 ["dune" "runtest" "-p" name] {with-test} 9] 10depends: [ 11 "ocaml" { >= "4.03" } 12 "dune" { >= "1.1" } 13 "iter" { >= "1.2" } 14 "containers" {with-test & < "3.0"} 15 "mdx" {with-test & < "2.0"} 16] 17tags: [ "sat" "smt" "cdcl" "functor" ] 18homepage: "https://github.com/Gbury/mSAT" 19dev-repo: "git+https://github.com/Gbury/mSAT.git" 20bug-reports: "https://github.com/Gbury/mSAT/issues/" 21authors: ["Simon Cruanes" "Guillaume Bury"] 22url { 23 src: "https://github.com/Gbury/mSAT/archive/v0.8.2.tar.gz" 24 checksum: [ 25 "md5=c02d63bf45357aa1d1b85846da373f48" 26 "sha512=e6f0d7f6e4fe69938ec2cc3233b0cb72dd577bfb4cc4824afe8247f5db0b6ffea2d38d73a65e7ede500d21ff8db27ed12f2c4f3245df4451d02864260ae2ddaf" 27 ] 28}