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: "Library for Zipperposition" 6build: [ 7 ["dune" "build" "-p" name "-j" jobs] 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9] 10depends: [ 11 "base-bytes" 12 "base-unix" 13 "zarith" 14 "logtk" { = version } 15 "containers" { >= "3.1" & < "4.0" } 16 "containers-data" { >= "3.1" & < "4.0" } 17 "iter" { >= "1.2" } 18 "oseq" 19 "dune" { >= "1.11" } 20 "msat" { >= "0.8.1" < "0.9" } 21 "menhir" {build} 22 "logtk" { = version } 23 "ocaml" {>= "4.07"} 24] 25tags: [ "logic" "unification" "term" "superposition" "prover" ] 26bug-reports: "https://github.com/sneeuwballen/zipperposition/issues" 27dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git" 28url { 29 src: "https://github.com/sneeuwballen/zipperposition/archive/2.0.tar.gz" 30 checksum: [ 31 "md5=7a8e57388083ed763d12d18324c8a086" 32 "sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63" 33 ] 34}