this repo has no description
1opam-version: "2.0"
2maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
3authors: "Guillaume Bury <guillaume.bury@gmail.com>"
4license: "BSD-2-Clause"
5build: [
6 ["dune" "subst"] {dev}
7 ["dune" "build" "-p" name "-j" jobs]
8]
9depends: [
10 "ocaml" {>= "4.02.3" & != "5.0.0"}
11 "dolmen" {= version }
12 "dolmen_loop" {= version }
13 "dune" { >= "3.0" }
14 "odoc" { with-doc }
15 "zarith" { >= "1.10" }
16 "farith"
17]
18tags: [ "logic" "type" "model" "modelchecking" "first order" ]
19homepage: "https://github.com/Gbury/dolmen"
20dev-repo: "git+https://github.com/Gbury/dolmen.git"
21bug-reports: "https://github.com/Gbury/dolmen/issues"
22
23doc: "https://gbury.github.io/dolmen"
24synopsis: "A model checker for automated deduction languages"
25url {
26 src:
27 "https://github.com/Gbury/dolmen/releases/download/v0.8/dolmen-0.8.tbz"
28 checksum: [
29 "sha256=3ee4b4b028b18ab0066cb4648fa14cd4d628a3afd79455f85fb796a9969ac80c"
30 "sha512=06d455f0221814dae44d9d8614cab7c1d4fb43a383e603a92ffc9cf4a753d42c5f2a0f3c5ae64aa6cf02da769c4666b130443ae2cf8fa0918c906d46e0caec9a"
31 ]
32}
33x-commit-hash: "81e79b3009e740f085d0394c98f9380c1d43d00c"