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.3" & < "0.4"}
16 "containers" {>= "3.0" & < "4.0"}
17 "containers-data" {>= "3.0" & < "4.0"}
18 "iter" {>= "1.2"}
19 "menhir" {build & < "20211215"}
20 "dune" {>= "1.11"}
21 "alcotest" {with-test}
22 "qcheck-core" {with-test & >= "0.9"}
23 "qcheck-alcotest" {with-test & >= "0.9"}
24 "ocaml" {>= "4.07"}
25]
26depopts: [
27 "msat"
28]
29conflicts: [
30 "msat" { < "0.8.1" }
31 "msat" { >= "0.9" }
32]
33tags: [ "logic" "unification" "term" ]
34bug-reports: "https://github.com/sneeuwballen/zipperposition/issues"
35dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git"
36url {
37 src: "https://github.com/sneeuwballen/zipperposition/archive/2.0.tar.gz"
38 checksum: [
39 "md5=7a8e57388083ed763d12d18324c8a086"
40 "sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63"
41 ]
42}