this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3homepage: "https://github.com/c-cube/smbc" 4synopsis: "Experimental model finder/SMT solver for functional programming" 5build: [ 6 ["dune" "build" "@install" "-p" name "-j" jobs] 7] 8depends: [ 9 "dune" { >= "1.0" } 10 "base-bytes" 11 "containers" { >= "2.0" & < "3.0" } 12 "iter" { >= "1.0" } 13 "msat" { >= "0.8" & < "0.9" } 14 "tip-parser" { >= "0.6" & < "0.7" } 15 "ocaml" { >= "4.03" } 16] 17tags: [ "logic" "narrowing" "model" "smt" ] 18bug-reports: "https://github.com/c-cube/smbc/issues" 19dev-repo: "git+https://github.com/c-cube/smbc.git" 20authors: "Simon Cruanes" 21url { 22 src: "https://github.com/c-cube/smbc/archive/v0.6.1.tar.gz" 23 checksum: [ 24 "md5=b772e657748ca96f50db2fdc6216441d" 25 "sha512=d52f6e7174d2e37ce30606392b0f0fc73c201571c2a9ee5c397b62d197422116d550e7f458dc2ca1f14a6fc7b92574af73dd91f93851d8068f6235f248c9a8f0" 26 ] 27}