this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2.17@m4x.org" 3authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"] 4homepage: "https://github.com/sneeuwballen/zipperposition" 5license: "BSD-2-Clause" 6synopsis: "Core types and algorithms for logic" 7build: [ 8 ["dune" "build" "-p" name "-j" jobs] 9 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 10 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "base-bytes" 14 "base-unix" 15 ("zarith" | "num") 16 "oseq" {>= "0.3" & < "0.4"} 17 "containers" {>= "3.0" & < "4.0"} 18 "containers-data" {>= "3.0" & < "4.0"} 19 "mtime" {>= "1.0" & < "2.0"} 20 "iter" {>= "1.2"} 21 "menhir" {build & < "20211215"} 22 "dune" {>= "1.11"} 23 "alcotest" {with-test} 24 "qcheck-core" {with-test & >= "0.9"} 25 "qcheck-alcotest" {with-test & >= "0.9"} 26 "ocaml" {>= "4.07"} 27] 28depopts: [ 29 "msat" 30] 31conflicts: [ 32 "msat" { < "0.8.1" } 33 "msat" { >= "0.10" } 34 "zarith" { < "1.7" } 35] 36tags: [ "logic" "unification" "term" ] 37bug-reports: "https://github.com/sneeuwballen/zipperposition/issues" 38dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git" 39url { 40 src: "https://github.com/sneeuwballen/zipperposition/archive/2.1.tar.gz" 41 checksum: [ 42 "md5=e72de75e9f0f87da9e6e8c0a4d4c89f9" 43 "sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287" 44 ] 45} 46