this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"] 4homepage: "https://github.com/sneeuwballen/zipperposition" 5synopsis: "Core types and algorithms for logic" 6build: [ 7 ["dune" "build" "-p" name "-j" jobs] 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 10] 11depends: [ 12 "base-bytes" 13 "base-unix" 14 "zarith" 15 "oseq" {< "0.5"} 16 "containers" {>= "1.0" & < "3.0"} 17 "iter" {>= "1.2"} 18 "menhir" {build & < "20211215"} 19 "dune" {>= "1.1"} 20 "alcotest" {with-test} 21 "qcheck-core" {with-test & >= "0.9"} 22 "qcheck-alcotest" {with-test & >= "0.9"} 23 "ocaml" {>= "4.03"} 24] 25depopts: [ 26 "msat" 27] 28conflicts: [ 29 "msat" { < "0.8" } 30 "msat" { >= "0.9" } 31] 32tags: [ "logic" "unification" "term" ] 33bug-reports: "https://github.com/sneeuwballen/zipperposition/issues" 34dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git" 35url { 36 src: "https://github.com/sneeuwballen/zipperposition/archive/1.6.tar.gz" 37 checksum: [ 38 "md5=97cdb2f90468e9e27c7bbe3b4fb160bb" 39 "sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d" 40 ] 41}